News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Create private chatrooms with video chat support.

Started by webd, August 26, 2024, 12:56:48 AM

Previous topic - Next topic

webd

Hi all, I made another app like "webd", but this one is online.

No Registration Needed, easy to create your own chatroom. 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.





If you found it usefull, please share it with friends, thanks.

NoCforMe

Assembly language programming should be fun. That's why I do it.

webd

#2
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.
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.

NoCforMe

Assembly language programming should be fun. That's why I do it.

webd

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.