Skip to content

A very basic example of using the net library with node, via a small chat room.

License

Notifications You must be signed in to change notification settings

georgefrick/simple-node-chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-node-chat-room

Basic example of using net library in node.js

This module offers a simple example where users can connect (telnet/etc) and communicate with each other.

This is a very basic example and handles no protocols or otherwise necessary details; it's meant to show the usage of creating a listening socket for someone who just wants a raw example.

Running

Install with node:

$ node chat

About

A very basic example of using the net library with node, via a small chat room.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published