This is a minimalistic http client.
You can simple open /src/static/index.html
and use it right away.
If you are dealing with CORS, you can whitelist port 8080 and run it with Go.
- If you want to serve it, Go
- Install dependencies by running
go get ./src
- Run the code with
go run src/main.go
- Access it through
localhost:8080