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…
Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
11–20 of 59 posts
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#12Earlier 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…
What language(s) is Cloudflare Workers written in?
(Sorry. Rust wasn't ready yet when we started.)
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#13Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#14Sort of related - the website design is beautiful. So clean and to the point. I checked the source and it's Tailwind :) Very well executed and a great inspiration me to look into source code for my own designs.
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#15I don't understand how its offering differs from existing cloud offerings from AWS, Cloudflare and Netlify
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#16This 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
#17Earlier 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…
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#18Earlier quoted context omitted.
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.
I didn’t see that until after. Sad, v8 is a massive library.
Re: Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime
#19I am definitely not an expert, but aren't there plenty of Javascript runtimes already? What does this do differently?