Skip to content

AllThingsSmitty/nodejs-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Chat

A starter chat app using Node.js and WebSockets.

image of Node.js chat app

Install Node.js

  1. Node.js

Run Locally

Install all dependencies:

npm install

Run the app:

node start.js

Note: You may want to consider using nodemon which will auto-start your server every time you save.

npm install nodemon -g
nodemon start.js

Navigate to http://localhost:3000. Open two browsers and start chatting.

About

Chat app using Node.js and WebSockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published