Socket chat π¬
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!
Features π
- Unique chat rooms
- Name identification by dynamic IDs
- Server broadcasts of users entering and leaving the rooms
- List of connected users
- Emoji support
Images πΌοΈ
Landing page
PC view
Smartphone view
Install π οΈ
Docker π
1.- Build the image
docker build -t alesbe/socket-chat:1.0 .
2.- Run it
docker run --name socket-chat -p 8000:8000 alesbe/socket-chat:1.0
Manual installation π¨
Install dependencies:
npm install
Start app:
npm start
or
node server/server


