They are doing different things in this benchmark.
NodeJS has one thread with a very tight loop.
Go actually spawned 1M green threads.
Honestly this benchmark is just noise. Not to say useless in most real world scenarios. Specially because each operation is doing nothing. It would be somewhat useful if they were doing some operation like a DB or HTTP call.
I don't like any service that requires account, and is managed by a corporation.
I use self hosted solutions whenever possibile. For bookmarks I wrote a special program for myself for that, as no other program, service fully ticks all the right requirements.
I never liked Agenda (Persisted delayed task queue using MongoDB). This example[1] using Deno Queues & KV is easy enough to be a replacement for Agenda.
This is awesome. Fly.io is now a good replacement for my small team and some indie projects. Currently on render before but their team pricing turned me off.
Fly gives away a lot for free and yet is cheaper than most NewCloud alternatives. Their patient (and painful) investment in building atop CoLos (instead of BigCloud) will pay off in the long run, just like it did for Cloudflare. Not sure if Fly already builds their own hardware, though.
I would suggest PostHog. They do have 1 Million/month event free tier and can be self hosted. Love their offering and been using it for a year now without any problem.
Last time I looked at PostHog, their documentation for self-hosting had the tone that you’d be an idiot to use it for anything other than a small experiment and that it would fall over for any production workloads. It actively discouraged me from going any further with PostHog.