Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
/ Node-Chat Public archive

Test nw.js, node.js and socket.io as chat application.

Notifications You must be signed in to change notification settings

Sehrentos/Node-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app

[Node] (https://nodejs.org/) chat application with [express] (http://expressjs.com/) and [socket.io] (http://socket.io/) modules.

Install & Start chat server

  • Open console and cd to your work dir
  • Install all modules by typing: npm install
  • Start server by typing: npm start or node server.js
  • Open browser and navigate to http://localhost:3000/

Install manually

  • Install [socket.io] (http://socket.io/) module by typing: npm install socket.io
  • Install [express] (http://expressjs.com/) module by typing: npm install express
  • Start server by typing: node server.js or use server-start.bat in windows.

Happy editing.

About

Test nw.js, node.js and socket.io as chat application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published