clockworklabs / clockworklabs/SpacetimeDB
Enable HTTP/2 for SpacetimeDB HTTP API
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 25.2k
- Forks
- 1.1k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 46
Description
Based on the Axum docs, it looks like we may just need to enable their http2 feature in order to get HTTP/2 support. That would improve the performance of our HTTP API, which we don't care a ton about, but isn't nothing.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Axum feature-flags documentation, then locate the Axum dependency configuration in the repository. Verify that the HTTP API supports HTTP/2 without breaking its existing behavior; the issue names no specific file or test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100