Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement a HTTP of-watchdog variant #3
Comments
This comment has been minimized.
This comment has been minimized.
Yup will give it a go (want to keep my hand in with Rust and OpenFaaS) ;) |
This comment has been minimized.
This comment has been minimized.
Great to hear back from you :-) This is how I structured it for Golang: https://github.com/openfaas-incubator/golang-http-template/tree/master/template/golang-http Btw your template is part of the official template store now, available via I'd love to send you some stickers and t-shirt if I have any left, email me: alex@openfaas.com Alex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
alexellis commentedFeb 2, 2019
Hi after the initial success of this template I want to suggest that you add another one to this repo with a suffix of http. The new template would use the new of-watchdog from OpenFaaS which allows for much high throughput by not forking a process for each request.
For an example see the openfaas-incubator org and the Go HTTP template.
Would you like to work on this or should I try to find another Rust developer to cover it? Thanks :)
Alex