Skip to content

maranyil/socket-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket-io. Chat example

This is my first Socket-io chat. It's based on the example given by Socket-io in official website

🚀 See the online version at Heroku

What is it about?

It's a simple, minimal designed chat to practice some notions about server & client apps. Only text is allowed. You can select a user name, see when somebody join or disconnect the chat and fits nicely on mobile.

preview image

To run locally:

Download or clone this repo, install dependencies and launch the app with npm run devStart. This is for listening any changes on the code, but you can use node server.jsinstead.

Dependencies:

  • express ^4.17.1
  • socket.io ^3.0.4
  • nodemon 2.0.6 (optional)

Releases

No releases published

Packages

No packages published