#Springboard - A server implementation of the Spring83 protocol

1 messages · Page 1 of 1 (latest)

full karma
#

My latest project is springboard: https://github.com/mjoerussell/springboard. It's an implementation of the Spring83 protocol, a small protocol for sharing HTML "board" with a max size of 2217 bytes. It's an interesting idea that I highly recommend checking out: https://github.com/robinsloan/spring-83/blob/main/draft-20220629.md.

Currently springboard is primarily a Spring83 server, without much of a client to speak of. However it comes with some other capabilities as well, namely automatic key generation and a command to sign boards using your key. My next goals are a reasonable client that can make it easier to find boards plus a ton of general enhancements throughout the current features.