- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Embed frontend when building Docker image
Embed static files using rust-embed
Embed frontend when building Docker image
Honestly this might not be worth the effort, at least not for the first release. Since the Rocket 0.5 release, this seems extra complicated to implement, so we should probably just use the regular…
Serve frontend using thttpd
Split api into version namespace
We should research the different ways to implement this system. The most straightforward approach would be to just use a /v1/ prefix for all URLs, but this does break the RESTful rule of each…
Split api into version namespace