Show HN: Fx - Poor man's serverless framework
1–10 of 20 posts
Re: Show HN: Fx - Poor man's serverless framework
#2Re: Show HN: Fx - Poor man's serverless framework
#3Isn't this just `up`? https://github.com/apex/up
Re: Show HN: Fx - Poor man's serverless framework
#4Isn't this just `up`? https://github.com/apex/up
Re: Show HN: Fx - Poor man's serverless framework
#5In general I think 'serverless' means deploying code without managing some kind of server yourself.
Re: Show HN: Fx - Poor man's serverless framework
#6Isn't this just `up`? https://github.com/apex/up
Re: Show HN: Fx - Poor man's serverless framework
#7Sorry if I mistunderstand. The readme is very limited. But this need a (vps or something) server that I own / manage ? It does not seem to upload the functions(s) to some cloud ? In general I think 'serverless' means deploying code without managing some kind of server yourself.
Re: Show HN: Fx - Poor man's serverless framework
#8Re: Show HN: Fx - Poor man's serverless framework
#9Isn't this just `up`? https://github.com/apex/up
Re: Show HN: Fx - Poor man's serverless framework
#10Isn't this just `up`? https://github.com/apex/up
`up` looks like it only runs on AWS. This seems nice as the only requirement is docker and I can run it on my $3USD VPS
This project looks like it's more FaaS style (sans the self-healing / autoscaling etc). Up is more application oriented, it just happens to use Lambda.