Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 688 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 688 Bytes

classroom-chat

Classroom chat app based on NodeJs Framework Socket.io

Uses Express.js for the server side.

To run locally:

install nodejs

install express

npm install express

install socket.io

npm install socket.io

Navigate to your cloned repository using cd (change directory).

Once in the folder

node index.js

Open a new window in your browser and navigate to:
localhost:8080

login with an arbitrary username

Enjoy !

Running with Heroku: classroom-chat-app.herokuapp.com

For testing purposes: Open various windows on your browser and go to localhost:8080 (then login with an arbitrary name) and try to chat from several windows!