2024-01-31 05:37:06 +01:00
2024-01-31 05:37:06 +01:00
2024-01-31 05:37:06 +01:00
2024-01-31 05:37:06 +01:00

Netc(h)at

minimalist webchat where the client is any generic netcat implementation

I saw someone posting about a program like this one, I wondered how hard could it be. Apparently, too easy, so I started pushing for the minimun number of characters with which all initial features keep working. Hence net_chat.full.py & `net_chat.min.py.

To run the server:

$ python3 net_chat.min.py 12345

To join:

$ nc 127.0.0.1 12345

That, or have more fun using Tor tunneling.

Description
No description provided
Readme 34 KiB
Languages
Python 100%