Show HN: Choq: Cherry (ClojureScript) on QuickJS

(github.com)

2 points | by Borkdude 8 hours ago ago

1 comments

  • Borkdude 8 hours ago ago

    Author here!

    I'd use this when you need a smaller binary than Node.js, Bun or Deno. Performance of QuickJS isn't as good (no JIT) but still perfectly fine for hosting personal projects on a VPS. With local measurements I got 30k requests/s in the server. It uses less memory in a Hono app compared to Node.js and Bun.

    So use this as a smaller (size and memory) lighter alternative to Node.js, I'd say with the trade-off of performance (similar to babashka I guess).

    Perhaps this is also better suited for running stuff on a Raspberry PI etc.