Live data from Hacker News

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

blueboat.io

1–10 of 59 posts

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

#3

This is really neat. I'm a little sad that it requires rewriting of your js app to make it work with it but still. I'm going to tinker with this for sure.

No V8? The website explicitly says that Blueboat combines Google's state-of-the-art V8 JavaScript engine, process-level snapshots, and Rust to speed up everything from cold start to runtime performance.

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

#7

This sounds quite a bit like Cloudflare Workers, and they have a comparison page - https://github.com/losfair/blueboat/wiki/Comparison-with-Clo... .

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

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

#10
post #7

This sounds quite a bit like Cloudflare Workers, and they have a comparison page - https://github.com/losfair/blueboat/wiki/Comparison-with-Clo... .

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 Cloudflare Workers.)

Post reply on HN