You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of chatabal-server is to build a dope back end.
By David ButlerEthan PierceJustin Martin
Description
For the back end we are using socket.io and postgresql to build the server and save data. Sockets have traditionally been the solution around which most real-time chat systems are architected, providing a bi-directional communication channel between a client and a server. This means that the server can push messages to clients. Whenever you write a chat message, the idea is that the server will get it and push it to all other connected clients.
Setup/Installation Requirements
Sign into your github and navigate to this link click here
Under the repository name, click Clone, 'green button'