Skip to content

Fort Team is a real-time conversation project

License

Notifications You must be signed in to change notification settings

MatheusDaSilvaSantos/fort-team

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Fort Team is a real-time conversation project

About

This project has the ambition to build a chat in real time using socket.io in javascript.

The appearance is related to several studies that I conducted where it resulted in a project with the following stacks:

The project organization is based on the MVC model.

Vue.js: Framework used in the view layer Node.js: Used to build the other two layers, Controller and Model.

The data is stored in a postgres database and the entire cache is made by redis, in redis the database user Id is linked to the socket id.

Configuration

server

Add postgres configuration data to server /src/connections/config-pg.js

npm install
npm start

app

npm install
npm run serve

Autor


@JeaanCa

About

Fort Team is a real-time conversation project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.8%
  • CSS 26.7%
  • Vue 25.5%
  • HTML 6.0%