Community
89
ColdChat Client (chat app)chat app in node.js using socket.io
I've made many chat apps previously but I got inspiration for a simplistic-looking, console-based one from the previously trending "ctrl chat" (by @blockowo). I felt bad about its many serious security flaws and literally zero validation. Seeing it get destroyed by exploiters made me want to start working on a secure chat app with validation, backend word filters, powerful anti-spam, and a proper account system.
So far I've only made the basic security infrastructure and a simple layout, plus a powerful anti spam. This of course isn't finished and there are PLENTY of updates planned and coming soon.
update: now it's mostly unobfuscated have fun looking at source
this will attract degenerate spammers this was such a bad idea lol
if you don't make server request in 90s it disconnects you (reduces the server's load because I unboosted it)
also if it lets you log in but doesn't say "success!" its bc u afk for too long and once you're disconnected you have to re-run the repl so you'll technically be logged in on the client side but not on the server side so basically you can't send message or anythingWaterZ69 @WaterZ69 I only obfuscated sensitive parts but anyone experienced enough can still probably get them. If someone does, I'll just re-obfuscate it and relocate server which seems to work the best15 hours ago
34
RumbleChat - A Chat App That Actually WorksA feature-packed chat app on Replit that actually works. Not trying to be mean, but a lot of chats on Replit don't work, or barely work. There's a lot of reasons why, but some big ones include: Unreliable Database, Bad Spam Protection, Bad Profanity Filters, etc.
This chat removes this problem. It uses an advanced profanity filter, spam block, and it has a reliable database that is not hosted on Replit.
It also has a cool UI and other cool features such as Group Chats, Private Chats, Emojis, Time Conversion, etc.
On top of that, it's also connected to a social media site meaning you can chat and create posts! What's not to like about this chatting application?
126
3
0
ctrl chat patchedsomething got broken an i am unsure how, so if i were to continue this, it would be with another fork.
blockowo just thought i'd point this out
Traceback (most recent call last):
File "main.py", line 8, in <module>
m = os.environ['aEr350j'] #declare username
File "/nix/store/p21fdyxqb3yqflpim7g8s1mymgpnqiv7-python3-3.8.12/lib/python3.8/os.py", line 675, in __getitem__
raise KeyError(key) from None
KeyError: 'aEr350j'2 weeks ago
3
1
RAYChat
RAYChat is a live chat software to chat online in real-time with friends. Reply to this post to get invited onto the software so you can begin your online friendships. Please do NOT edit code.ProgramProdigy @hermitcraft Welcome to the chat. Pls don't mess the code up, and tell Yoga to join also and not mess it up either. Enjoy!1 month ago
57
8
1
1
RealSonicplus ok... so the server's back up after some technical difficulties (definitely not me causing replit to almost shut down while typing too many emojis) so yeah. have fun.1 month ago
1
1
QuickChatA live chat using websockets
QuickChat and Websockets
This is a simple chatting room2
2