Skip to content

andrewwang2015/Chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Chat-server

Using EventEmitters in Node to create a simple local chat server.

In order to test this program, you should use a terminal program that has multi-tab capability. Create several tabs, all of which have shells with the same current directory (the one this code is in). One of the tabs should be used to launch the server:

$ node server.js

Then, in another tab, start a client:

$ node client.js

About

Using EventEmitters in Node to create a simple local chat server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published