Skip to content

ericbowden/Node.js-Simple-Chat-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node.js-Simple-Chat-Server

A simple chat server using Node.js and Socket.IO

In order to run first you have to install the modules:

cd ~/projectdir
sudo npm install express socket.io

Then to start the server:

node app.js

This will start the server on port 3000, navigate to http://localhost:3000/ in a browser window

Other computers can connect to the server through your computer's IP address

About

Node.js Simple Chat Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published