Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motortruck1221/bare-server-go
TompHTTP Server written in Golang (beta)
https://github.com/motortruck1221/bare-server-go
Last synced: about 2 months ago
JSON representation
TompHTTP Server written in Golang (beta)
- Host: GitHub
- URL: https://github.com/motortruck1221/bare-server-go
- Owner: MotorTruck1221
- License: gpl-3.0
- Created: 2023-11-20T16:21:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T07:30:51.000Z (11 months ago)
- Last Synced: 2024-06-22T08:33:00.963Z (7 months ago)
- Language: Go
- Homepage:
- Size: 42.8 MB
- Stars: 4
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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