blob: a4e18d55d76884b704bf0b0c792a2f0b09d66bd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Bare Server GO
## Usage
- See our [examples](./examples/)
## Todo
- [ ] V4 implementation with [quic-go](https://github.com/quic-go/quic-go)
- [ ] Websocket Support (V4)
- [ ] V3 implementation
- [ ] Websocket Support (V3) - Partial support
- [x] CLI
- [ ] Tests
- [ ] Binaries for all platforms
- [ ] 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)
- [ ] Installable in your own project
- [ ] Older versions of the spec
|