Live data from Hacker News

Show HN: Fx - Poor man's serverless framework

github.com

11–20 of 20 posts

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

#11
post #8

Earlier quoted context omitted.

`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

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

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

#12
post #11
post #8

Earlier quoted context omitted.

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.

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

#14
post #13

Even the README says you need to start a server. So it’s not quite serverless. (“Serverless”, at least to me, means a platform where I don’t have to worry about running servers.)

I think serverless refers to the use of 'lamdas' as the unit of deployment, as oppose to containers or VM's, but someone else may want to add/edit that.

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

#15
post #8

Earlier quoted context omitted.

`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

Where do you get such a cheap VPS? I'm paying $5!

Joyent offers very small and very efficient instances. I haven't paid $5 per instance in years.

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

#16
post #13

Even the README says you need to start a server. So it’s not quite serverless. (“Serverless”, at least to me, means a platform where I don’t have to worry about running servers.)

README is not quiet clear, but for my understanding, lambda is kinda thing that helps you to do serverless, but lambda is also running on some kind of server maintained by AWS, right? fx is kind of lambda, but owned by yourself.

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

#17
Your guys are so right about fx’s ‘Poor man’s README, I will update it soon. Long story short, you can deploy fx on a host (cloud or localhost), then you can deploy a function to be a service in few seconds, just like AWS lambda ( but Poor man’s lambda).

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

#18
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.

Get your roomie to deploy it. Then it's serverless to you.

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

#19
post #16
post #13

Even the README says you need to start a server. So it’s not quite serverless. (“Serverless”, at least to me, means a platform where I don’t have to worry about running servers.)

README is not quiet clear, but for my understanding, lambda is kinda thing that helps you to do serverless, but lambda is also running on some kind of server maintained by AWS, right? fx is kind of lambda, but owned by yourself.

Well, yes, you can run your own server to provide yourself a serverless platform, but it kind of defeats the purpose... Since then you end up having to maintain your server anyway.

I suppose there may be a point to it if the serverless platform is extremely stable and never has any security issues or other things to update.

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

#20
post #13

Even the README says you need to start a server. So it’s not quite serverless. (“Serverless”, at least to me, means a platform where I don’t have to worry about running servers.)

Well, the server is abstracted away and vanishes in a puff of logic, you see.
Post reply on HN