An open API service indexing awesome lists of open source software.

https://github.com/zunda/chunked-app

Trying to serve with both of Transfer-Encoding: chunked and Content-Length
https://github.com/zunda/chunked-app

Last synced: 5 months ago
JSON representation

Trying to serve with both of Transfer-Encoding: chunked and Content-Length

Awesome Lists containing this project

README

          

# chunked-app
Trying to serve with both of Transfer-Encoding: chunked and Content-Length

## Run locally
```
$ go run main.go
```

and access http://localhost:3000/

## Run on Heroku

```
$ heroku create
$ git push heroku master
$ heroku open
```