Fuzzr
Fuzzr copied to clipboard
Tide Server
trafficstars
Reopening #40 for reference
- [ ] Tide server on localhost
- [ ] Iced WASM frontend for published content
- [ ] Displays published images
- [ ] QR code for URL to server on LAN (use case: can scan QR with phone and visit the page, but only if the phone is on the same wifi network as the device running Fuzzr)
I forgot to mention, since we're using async-std due to its use in ipfs_embed, we should use a Tide server instead of a Warp server, which is for Tokio.