Live data from Hacker News

Show HN: Fx - Poor man's serverless framework

github.com

1–10 of 20 posts

Re: Show HN: Fx - Poor man's serverless framework

#4
post #2

Isn't this just `up`? https://github.com/apex/up

It looks like up for running something like express/koa/etc while fx is for functions (like AWS Lambda). They are both "serverless" but that's about all they share in common AFAICT. Thanks for mentioning "up" though, I'd never heard of it before, very cool.

Re: Show HN: Fx - Poor man's serverless framework

#5
Sorry 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

#7
post #5

Sorry 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.

It's a poor man's readme

Re: Show HN: Fx - Poor man's serverless framework

#10
post #2

Isn'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

Yep it uses AWS Lambda currently, you'll usually end up paying https://gh-polls.com/ etc, but it definitely depends on your traffic.

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.

Post reply on HN