scherzma / Skunk

P2P Tor Chat App
GNU General Public License v3.0
4 stars 0 forks source link

Implement FrontendAdapter for Skunk P2P Chat Platform #38

Open dizisjannis opened 3 months ago

dizisjannis commented 3 months ago

We need to implement a FrontendAdapter for the Skunk P2P chat platform. The FrontendAdapter will serve as the bridge between the frontend user interface and the backend logic, managing the communication between these two components. The adapter should handle subscribing and unsubscribing a single observer, and sending messages from the frontend to the backend observer.

Tasks: