Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-15 | feat: Add actix http server option | Gabriel A. Giovanini | |
The project has two target bin: actix and hyper. - Actix is a lot more capable, feature complete and can handle more request with lower response time but has a bigger memory, size footprint. - Hyper is simpler less capable mure with a much smaller footprint. So by default I'll keep using hyper. | |||
2022-05-08 | fix: Change process type | Gabriel A. Giovanini | |
Change heroku procfile process type to web so the process can receive http requet through `POST` envvar. | |||
2022-05-08 | feat: Add heroku Procfile | Gabriel A. Giovanini | |