Diskuto is a distributed social network resistant to censorship and spam.
The implementation is broken into parts:
- diskuto-api
- An HTTP API server which stores content shared to the social network.
- This repository also contains documentation about the protocol, and more details about how Diskuto works.
- diskuto-web
- A web server which consumes content from the API server and renders it for the web.
- diskuto-client
- A TypeScript client for communicating with the API server.
- This is used by diskuto-web.
Diskuto was recently renamed from "FeoBlog".
See the Diskuto Blog for updates!