I have been seeing a lot shilling mastodon lately so I thought I would take a moment to promote Nostr.
https://github.com/nostr-protocol/nostr
Fun facts about Nostr:
Nostr stands for “Notes and Other Stuff Transmitted by Relays”. Although it is an odd acronym, I like it.
Nostr uses relays and websockets to create a simple P2P network. We also borrow a few ideas form bitcoin (ECDSA ids and schnorr signed events).
Relays serve as dumb data stores for events clients publish and subscribe.
Clients are skeptical of relays being honest, so all events must be self-signed. Your pubkey is your userrid.
Nostr clients are easy to create. It takes 400 lines JavaScript to do this. It runs in the browser.
( Shameless self plug
https://github.com/cmdruid/nostr-emitter
Nostr is powerful enough to host chat apps very easily. Here is a rip of Telegram, running on Nostr:
https://anigma.io
There’s a lot of fun things you can do with Nostr. These are some of the coolest projects you can find!
https://github.com/aljazceru/awesome-nostr
We are con