A Decentralized chatting app
A Decentralized chat app made with Svelte as the framework since Svelte is light, compactible, and faster than React, meanwhile for the backend, i am using javasript as a backend which is giving this chat app to store messages in the user's browser storage cache using peers to connect to each other, anyone with the key can decrypt the chat using the key. Although the messages are encrypted these are also easily removable which means this is purely not for production, but we can fix this using something like Redis, Node Relay to store messages in a Database.
i learned a new framework Svelte, a new Javascript Library callled gun.js and alot about dependencies, api's, distributed systems, implementing E2E encryption and more
no