Skip to content

Latest commit

 

History

History
executable file
·
12 lines (10 loc) · 299 Bytes

README.md

File metadata and controls

executable file
·
12 lines (10 loc) · 299 Bytes

Chat-me

Simple and fun real-time chat with node, express, socket.io

Requeriments:

  1. Nodejs

Instructions:

  1. Install dependencies, In your project folder run in your terminal
    npm install
  2. Run the server
    npm start
  3. Ready! You already have the app running.