Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
21–30 of 59 posts
This is great stuff, I would definitely be trying it out. If the owner is here, can I get beta access to MagicBoat?
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#22I'd love to see a multi-tenant, low cold-start, runtime like this, but with no additional JS APIs for databases, pub-sub, etc. I'd want to provide any I/O or storage myself via built-in modules.
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#23Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#24I want to punch a drywall each time when I read "serverless".
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#25I want to punch a drywall each time when I read "serverless".
[deleted]
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#26I want to punch a drywall each time when I read "serverless".
I felt the same with “big data” 5 years ago
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#27Neat. This looks like a good lightweight solution for your own lambda/edge worker clone. Built in multi-tenant is a nice touch.
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#28Earlier quoted context omitted.
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…
Any progress on open sourcing it? I can see the announcement was done in may
Just posted a (small) update, actually: https://twitter.com/KentonVarda/status/1552052028595208197
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#29I’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.