Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 438 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 438 Bytes

socket.io-chat

A simple chat application to fiddle around with socket.io.
Live demo: https://socket-io-chat-raimondl.herokuapp.com/

How to run

Requirements:

  • node
  • npm

Install dependencies

npm i

Start server

node index.js

Server is now running at localhost:3000!

Made with Bulma