Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 198 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 198 Bytes

node-chat-app

Chat app using NodeJS & Socket.io

Run the project

open command line on project folder and run

install node modules

npm install

run server

npm start