The MASM Forum

Miscellaneous => Hardware & Software Corner => Topic started by: webd on August 26, 2024, 12:56:48 AM

Title: Create private chatrooms with video chat support.
Post by: webd on August 26, 2024, 12:56:48 AM
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)
Video Call Supported.

(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.
Title: Re: Create private chatrooms with video chat support.
Post by: NoCforMe on August 26, 2024, 04:49:20 AM
Source?
Title: Re: Create private chatrooms with video chat support.
Post by: webd on August 26, 2024, 11:16:30 AM
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.
Title: Re: Create private chatrooms with video chat support.
Post by: NoCforMe on August 26, 2024, 12:07:37 PM
Quote from: webd on August 26, 2024, 11:16:30 AM
Quote 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?
Title: Re: Create private chatrooms with video chat support.
Post by: webd on August 26, 2024, 12:42:15 PM
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.