Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 668 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 668 Bytes

messaging-app-server

Little Node.js Chat App made with Express & Socket.io.

The client interface I built with React is deployed here : Chat App,

the best way to try it is to open it twice on separate windows and chat with yourself XD

Check the repo here : messaging-app-server

Instructions :

To run on your local machine :

npm install

install packages with npm

THEN

nodemon app.js

OR

node app.js

Runs the app in the development mode. Runs on http://localhost:4040.

The server will reload if you make edits.