Files
netchat/README.md
2024-01-31 16:50:58 +01:00

499 B

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.