Live data from Hacker News

Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime

blueboat.io

31–40 of 59 posts

Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime

#33

I’d add an option for disabling “cold starts” and make them persistent. An annoying concept amazon came up with to save costs on their end. Other than that it’s pretty neat.

It also just looks terrible. Yeah I totally want to adopt this in 2022 first.

Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime

#36
post #24

I want to punch a drywall each time when I read "serverless".

It isn’t just a buzzword though. I take it to mean “sys admin handled for you” but there is a spectrum. Clearly with this if you self host it is serverful again to some extent.

Serverless means not dealing with user accounts, operating systems, opening ports, nginx, updates etc.

Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime

#37
post #10
post #7

Earlier quoted context omitted.

Comparison looks inaccurate, judging by https://developers.cloudflare.com/workers/learning/using-web...

I think the comparison is just old, it used to be accurate. - Cloudflare Workers now supports WebSocket. - Cloudflare Workers now supports strongly-consistent storage / ACID transactions with Durable Objects. - Cloudflare Workers is becoming open source, but not there yet (I am refactoring the code for this as we speak): https://twitter.com/KentonVarda/status/1523666343412654081 (Disclosure: I'm the tech lead for Clo…

No post body was provided.

Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime

#38

I don't understand how its offering differs from existing cloud offerings from AWS, Cloudflare and Netlify

I was setting up an on-prem lambda function worker the other day but the current alternatives like OpenWhisk are huge complex beasts for what I needed. This looks like a good alternative :)

Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime

#40
post #24

I want to punch a drywall each time when I read "serverless".

"Serverless" has a pretty widely-accepted meaning now, as mentioned in other replies. You provide the application code, the platform provides the runtime environment, OS and interfaces. You should probably move on.
Post reply on HN