Featured

StackHut

StackHut turns code into live APIs, powered by containers

Featured comment

Leo Anthias
@leoanthias
Hey guys, I'm one of the founders. Our goal is to let you deploy code to the cloud really simply, without worrying about servers and infrastructure. You write your code, a small config describing the stack you want (i.e. Fedora and Python), and the interface into your code (i.e. the functions you want exposed.) You type `stackhut deploy`, and it's live as a … See more

Discussion

M
Leo Anthias
@leoanthias
Hey guys, I'm one of the founders. Our goal is to let you deploy code to the cloud really simply, without worrying about servers and infrastructure. You write your code, a small config describing the stack you want (i.e. Fedora and Python), and the interface into your code (i.e. the functions you want exposed.) You type `stackhut deploy`, and it's live as a … See more
Anuj Adhiya
@anujadhiya · Engagement/Analytics at GrowthHackers
Added to my All Things API collection: http://www.producthunt.com/@anuj...
shem
@shemag8 · Developer
Hi Leo, That's look pretty cool, very simple and easy! Few questions: Is it just for one-time-running like requests (like converting formats or getting calc math equation)? Do I have any sandbox or some global running env, or is it all stateless? Can you give some more examples for using it? Good luck!