Skip to content

mohit-s96/tcp_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TCP chatroom in nodejs

This is a tcp / sockket based chat room in nodejs. I was learning node so I made it because why not. Currently supports multiple rooms and bot commands.

Usage

Requires netcat / telnet clients.

Start server using

node index.js

Open new terminals then:

Mac / Linux

nc localhost 3000

OR

telnet localhost 3000

Windows

since microsoft telnet is shit, use putty or some netcat port

About

tcp chat with multiple rooms and bot commands

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published