Skip to content

Project References

BanjoFox edited this page Dec 28, 2017 · 10 revisions

Publications

Prosthetic Conscience -- Designing an open Facebook alternative (outline)
https://jfm.carcosa.net/blog/computing/facebook-alternative-outline/

Props to Steve Ivy for the branding/design help! -- Checkout his blog
https://www.monkinetic.blog/

Development References

[WIP] ActivityPub implementation for Rust programming language https://github.com/lo48576/rustivitypub

Are we web yet?
A whole bunch of rust resources (HTTP Stack, DB connections, etc)
http://www.arewewebyet.org/

Rocket.rs -- A web framework for Rust
Rocket is a web framework for Rust that makes it simple to write fast web applications without sacrificing flexibility or type safety. All with minimal code.
https://rocket.rs/

Bulma -- Bulma is a free and open source CSS framework based on Flexbox.
https://bulma.io/

Handlebars -- Semantic templates which are supported by Rocket :D http://handlebarsjs.com

ROCA -- Resource-Oriented Client Architecture
A collection of simple recommendations for decent Web application frontends
http://roca-style.org/index.html

ActivityPub -- Used by Mastodon https://activitypub.rocks/

Writing a Chat in Rust https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html

Clone this wiki locally