Skip to content

alesbe/node-socket-chat

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!

chat

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

entrada

PC view

chat

Smartphone view

smartphone

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

About

Online chat application made with NodeJS, Socket.io and Express.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published