-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a JS playground with @chat-e2ee/service package #289
Comments
Hi @muke1908 .... can I take up this? |
@rohan-naik07 Sure, go ahead. |
fiddle means online code editor right that exposes all the APIs of the sdk ...like two code editors which represent 2 users and we can create a dummy channel between them? |
@rohan-naik07 yes, working demo of the exposed APIs on the SDK. |
So basically I will proceed with a new react app called e2ee-playground.
|
I think you can just keep it vanilla-js, react-app is unnecessary imo. Here is an example: https://codesandbox.io/p/sandbox/gracious-pine-6jhqwt |
So its just creating two html pages in the sandbox which simulate two users and embed the second user in first user's window. the two users can send messages to each user using common channel. |
Yes. I didn't understand what you meant by "common channel" but they both will have their own |
Create a fiddle using @chat-e2ee/service package to demonstrate basic functionalities.
use
@chat-e2ee/[email protected]
https://github.com/muke1908/chat-e2ee/tree/master/service
The text was updated successfully, but these errors were encountered: