Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 819 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 819 Bytes

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)