The Rust Repo |
Rust code for Edsu, mostly edusd, the server, but also a client library |
The Javascript Repo |
Javascript client libraries - source for what's on the Edsu CDN |
Snippets |
Useful bits of HTML and code for when you're developing Edsu apps |
edsu-raw.js |
A complete Javascript implementation of the Edsu client protocol. It's generic and low level, so it's meant to be wrapped with other libraries |
edsu-grant.js |
Functions used for requesting permissions from users (i.e. getting tokens) |
edsu-storage-basic.js |
Simple wrapper libarary for when all you need to do is store state data and then retrieve it later |