An open API service indexing awesome lists of open source software.

https://github.com/mohit-s96/tcp_chat

tcp chat with multiple rooms and bot commands
https://github.com/mohit-s96/tcp_chat

netcat nodejs sockets tcp tcp-server telnet

Last synced: about 2 months ago
JSON representation

tcp chat with multiple rooms and bot commands

Awesome Lists containing this project

README

        

## 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