Hacker News new | ask | show | jobs
by Blackstone4 2948 days ago
What is this? A Node.js runtime equivalent for TypeScript? But written in Go and V8?

Is it single threaded, non-blocking IO? Or will it more closely aligned with Go coroutines? i.e. do I have to deal with callbacks and/or async/await?

1 comments

Looks like it's aiming to be async/await compliant but dunno how that is implemented.