Online chat made with NodeJS, Express y socket.io
Note: The UI it's a template, I made the backend and implemented the template to send and recieve messages!
- Unique chat rooms
- Name identification by dynamic IDs
- Server broadcasts of users entering and leaving the rooms
- List of connected users
- Emoji support
docker build -t alesbe/socket-chat:1.0 .
docker run --name socket-chat -p 8000:8000 alesbe/socket-chat:1.0
Install dependencies:
npm install
Start app:
npm start
or
node server/server