Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Basic NodeJS chat using core Node Components ( + underscore(unrequired) )

Notifications You must be signed in to change notification settings

umewt/NodeJs-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

6 Commits

Repository files navigation

NodeJs-Chat-MultipleClients

Basic NodeJS chat using core Node Components, supports multiple clients. Note: Also has underscore as an dependency, can easily be removed ( added branch -> no underscore)

Change the port, ip in app.js files on both server and client directory to use on different ports or perhaps allow external connections.

To run, with default : (Localhost, port 30000)

git clone https://github.com/umewt/NodeJs-Chat/
(Or download directory as .zip and extract where you please)
cd NodeJs-Chat/Server
npm install
node app.js
(Open another console)
cd NodeJs-Chat/Client
node app.js
(For multiple Clients you may rerun node app.js)

About

Basic NodeJS chat using core Node Components ( + underscore(unrequired) )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /