Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 518 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 518 Bytes

Chat App

This is a simple app I created with node.js and socket.io. It is live here. I manage this app on my server with pm2.

How to run it on your local computer

You have to [install Node.js] (https://nodejs.org/en/download/package-manager/#windows) and install MongoDB.

Use npm install from the root of this repo's directory.

Then from the terminal use the command: node app.js and point your browser at http://localhost:3000.