Jukejitsu is the name of a project I started while attending university and have since used it as a reference implementation in new frameworks/technologies. The main functionality of jukejitsu is to implement real-time sync'ing of a music/video queue which supports multi-client voting and submission. The top of the queue is then played by a video/audio player which syncs current playback state between all clients.
In my effort to experiement with the Cloudflare Workers platform, I had a few objectives:
juniper_cf_workers
, around the workers-rs
crate to support running GraphQL servers and merge it upstream with the juniper projectworkers-rs
does not have an interface for this yet)