Hacker News new | ask | show | jobs
by caust1c 3145 days ago
Isn't this just `up`?

https://github.com/apex/up

4 comments

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.
`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 < $1 for small side projects such as 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.

Where do you get such a cheap VPS? I'm paying $5!
I pay $2.5 per month here: https://www.vultr.com/?ref=7195281
I've had good experiences with Vultr as well. I'm surprised they're not more popular.
Joyent offers very small and very efficient instances. I haven't paid $5 per instance in years.
But this one's written in... Oh.
are you suggesting it's similar, or that it's a fork, or something else?