Skip to content

Simple Node.js chat application made with socket.io

Notifications You must be signed in to change notification settings

george-miller/chatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple Node.js chat application made with socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published