logoalt Hacker News

skiniksyesterday at 7:34 PM1 replyview on HN

Author here! Should be all good now, turns out the rate limiter was a bit overzealous


Replies

splixyesterday at 8:28 PM

Nice project, thank you for working on it. I was trying to figure out the architecture, and I understand that it runs a Deno VM to execute JS on the backend?

I was working on something similar, but for JVM backends [1]. And it seems there are a lot to learn from your project. For example, I'm using GraalVM that executes JS on the server. But I have to compile JS to WebAssembly because otherwise it produces a lot integration issues on the backend. Do you do the same?

[1] https://github.com/emeraldpay/double-view

show 1 reply