Web chat with a variety of rooms, bidirectional and event-based communication, made via Websockets Protocol.
Server: Node, Express, Socket.io, http, pg
Database: PostgreSQL
Clone the project
git clone git@github.com:mkyy/chat-websockets.gitGo to the project directory
cd chat-websocketsInstall dependencies
npm installStart the server
npm run devAlso, make sure your local postgres database is properly configurated and active.
Contributions are always welcome!