My goal for 2025 is to release the Nostr relay we are currently developing.
My ultimate goal is to develop a relay that is optimized for Nostr with no unexpected dependencies on standard libraries.
I would like to achieve this goal little by little.
Currently, I have developed a simple Websocket message mechanism using only the C standard library, based on RFC6455 - Websocket Protocol.
Through the development of this protocol stack, we are learning the low-layer component technologies necessary for Nostr.
