2024-02-01 22:07:07 +01:00
2024-02-01 21:59:53 +01:00
2024-01-31 05:37:06 +01:00
2024-01-31 16:51:11 +01:00
2024-02-01 22:07:07 +01:00

Netc(h)at

minimalist webchat where the client is any generic netcat implementation

I wrote this for fun, because of someone's influence.

Versions:

  • netchat.full.py: original version; was too easy to write
  • netchat.min.py: modified version of full with various tricks deployed to make it as short (in character and line count) as possible
  • netchat.balance.py: modified version of full which uses ASCII escape codes to manipulate the cursor in such ways to not interupt message typing by printing incoming messages over yours

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%