Skip to content

b7kich/Chat-Node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Node

Basic chat application based on the 'Real Time Chat With NodeJS, Socket.io and ExpressJS' tutorial by Krasimir Tsonev. Forked from Donald Derek.

Setup

# install git, npm
# e.g. sudo apt-get install npm git
# or sudo yum install npm git

git clone PASTE-PROJECT-URL-HERE # clone project 
cd Chat-Node # enter directory
npm install # install dependencies
node index.js # run chat server
# browse to http://localhost:3700/

About

Basic Chat Application Boilerplate - Node Js + Socket.io (5min)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%