README ¶ Bare Server GO This is a complete bare server written in GO that is compliant with the TompHTTP Server Specifications NOTE: Unfinished I skimmed the spec and wrote this only in a few hours. There are lots of unimplemented features and bugs. (and it's curtrently not very TOMP compatible) Usage Prerequisites GO Installation Clone this repository To build run: make all To run: ./bare-go start For more examples of usage see the exaples directory Docker To build AND run: make docker To JUST build: make docker-build To JUST run: make docker-run Docker Compose To build AND run: make docker-compose To JUST build: make docker-compose-build To JUST run: make docker-compose-up Todo V3 implementation Websocket Support - Partial support CLI Other ways of installing (AUR, Bash, etc.) Other Ways of Handling Routes (net/http, gorilla/mux, etc.) CURRENTLY ONLY SUPPORTS: chi Installable in your own project Older versions of the spec Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis internal cli routes utils v3 pkg chi http Click to show internal directories. Click to hide internal directories.