Hi all, I made another app like "webd" (https://masm32.com/board/index.php?topic=12120.0.), but this one is online.
No Registration Needed, easy to create your own chatroom. https://cnt2.cf/groups/login.html (https://cnt2.cf/groups/login.html)
- Just pick up some groupname&password and nickname to create a chatroom and login.
- Share the same groupname&password (or link) to others to let them join in the same chatroom.
- Same groupname with a different password will lead to a different chatroom.
- Chat contents encrypted at frontend.
Video Call Supported.
- If only two in chatroom, just click the phone button to video call another one.
- If there's more than two, first click one's name to enter private chat mode, then click the phone button.
- Also in private chat mode, text message only send to the one target, and the text color is different.
(https://raw.githubusercontent.com/webd90kb/webd/master/chatrooms/04_chat.png)
(https://raw.githubusercontent.com/webd90kb/webd/master/chatrooms/01_login.png)
(https://raw.githubusercontent.com/webd90kb/webd/master/chatrooms/02_share.png)
If you found it usefull, please share it with friends, thanks.
Quote from: NoCforMe on August 26, 2024, 04:49:20 AMSource?
Sorry, it's not open source.
I've consider put the "binaries" out as webd (https://masm32.com/board/index.php?topic=12120.0).
But people usally don't trust the "binaries" these days, it's meaningless to put them out.
So I managed to run it online this time. If you can analyze the frontend code by AI or other tools, you will find out all chat contents are encrypted, neither the server nor the CDN can decrypt them.
Quote from: webd on August 26, 2024, 11:16:30 AMQuote from: NoCforMe on August 26, 2024, 04:49:20 AMSource?
Sorry, it's not open source.
Any reason you don't want to release the source? I assume this is your code?
Quote from: NoCforMe on August 26, 2024, 12:07:37 PMAny reason you don't want to release the source? I assume this is your code?
Because my software contains a few ads, if I open-source it, the ads might be removed.