simple chat app using sockets (not websockets)
  • C# 74%
  • Python 26%
Find a file
2026-04-06 09:56:10 -06:00
FishChatSharp add join and leave messages; make FishChatSharp not continue trying to grab messages after socket has closed 2026-04-06 09:55:24 -06:00
.gitignore add FishChat itself 2026-03-10 09:53:35 -06:00
fishclient.py add FishChat itself 2026-03-10 09:53:35 -06:00
fishserver.py add join and leave messages; make FishChatSharp not continue trying to grab messages after socket has closed 2026-04-06 09:55:24 -06:00
README.md Update README.md 2026-03-10 09:56:18 -06:00

FishChat

a simple chat thing that uses sockets

probably not secure so don't assume it to be (encryption? never heard of it)