Hello guys, today I'd like to release this "project" that I've work for a couple days months ago and I didn't finish it cause I don't have enough time; I hope somebody can finish it or use it somehow.
The chat was created using Socket.io and Nodejs, the server is very stable I have tested with a bot using 600+ simultaneous connections and sending messages and it still working as normal.
It has a spam filter when someone says a link or any word that is listed on the array "prohibited" the system will discconect you and log it into a file.
Here's some images:
Live link:
INSTRUCTIONS:
Github source code:
Thanks. I hope this helps to create something before flash dies.
Credits:
If you guys have any questions please let me know.
The chat was created using Socket.io and Nodejs, the server is very stable I have tested with a bot using 600+ simultaneous connections and sending messages and it still working as normal.
It has a spam filter when someone says a link or any word that is listed on the array "prohibited" the system will discconect you and log it into a file.
Here's some images:
Live link:
INSTRUCTIONS:
Code:
Open the console or terminal in the project folder. Run npm install. Run npm start to start the chat server. open the file index.html in two differents tabs and start chatting.
Thanks. I hope this helps to create something before flash dies.
Credits:
If you guys have any questions please let me know.