This is a chat accessible from terminal or command prompt, it is built using bash and curl, and for windows I made the same with batch.
Use following commands to enter my chat server if you are on linux.
git clone https://github.com/Sevada797/chat4everyone
cd chat4everyone
chmod +x chat.sh
./chat.sh
or without changing permissions just
bash chat.sh
If you are on windows just copy chat.bat code in notepad and save it as (smth).bat.
NOTE: (code in batch doesn't work well for now, but I'll fix it)