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
- Host: GitHub
- URL: https://github.com/mohit-s96/tcp_chat
- Owner: mohit-s96
- Created: 2021-04-16T18:22:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-16T18:36:01.000Z (about 4 years ago)
- Last Synced: 2025-02-08T21:45:47.250Z (3 months ago)
- Topics: netcat, nodejs, sockets, tcp, tcp-server, telnet
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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