Skip to content

jimskon/socketChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socketChat

A demo program using socket.io for real time communication.

You will need to add the required node.js components to the directory your projects is in: npm install node npm install express npm install socketio

To use:

  1. change socket address in chatApp.js and chatClient.js from 8080 to something else between 8000 and 32000.
  2. run: node chatApp.js
  3. Connect from web "cslab.kenyon.edu:8080" (use your port for 8080)

About

A simple web chat demo using node.js and socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published