aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormotortruck12212024-01-22 05:11:14 +0000
committermotortruck12212024-01-22 05:11:14 +0000
commit359d0d5d7c8c8a6abcbb7411774dc27f4dac970d (patch)
tree9848461d2d7c85a80deb2244fc9389e86a8c05ad
parentee1104b906b6d42b130aad529140668bddb38993 (diff)
downloadaur-359d0d5d7c8c8a6abcbb7411774dc27f4dac970d.tar.gz
Update to 0.0.1
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 43052b9ceb02..f08de6169786 100644
--- a/README.md
+++ b/README.md
@@ -59,8 +59,10 @@ make docker-compose-up
## Todo
+- [ ] V4 implementation with [quic-go](https://github.com/quic-go/quic-go)
+- [ ] Websocket Support (V4)
- [ ] V3 implementation
-- [ ] Websocket Support - Partial support
+- [ ] Websocket Support (V3) - Partial support
- [x] CLI
- [ ] Other ways of installing (AUR, Bash, etc.)
- [ ] Other Ways of Handling Routes (net/http, gorilla/mux, etc.) CURRENTLY ONLY SUPPORTS: [chi](https://github.com/go-chi/chi)