I had a project spinned up in NodeJs, but I found out that I had to write a lot of boilerplate to get some functionality.
The system I was designing was supposed to run user code at times, and I had to look for various workarounds for functionailty that yet wasn't there in NodeJs(security), (supported natively).
Then along came Deno. I like it's approach on security first and typescript support (out of the box). Practically, it wipes out lots of the boilerplate code that I had on NodeJs.
My question is, can I use it as is currently safely (most probably I won't be using most of its core API's)