-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request #4
Comments
On my side, it works. From the README, just update instructions to: Usage
From the doc:
So, I suppose Deno is the exactly same API than Node.js. But, since it is in an early stage, the API can change. |
Yeah, feel free to make a PR for the README. One general issue with Deno is the inability to efficiently integrate event loops. The two loops will always be spinning and the app will constantly use the CPU. With Node.js’ use and exposure of libuv, it’s (theoretically) possible to put both to sleep and wake up accordingly when there’s activity. |
Can it be considered to test this template against Deno to assure it is 100% compatible ?
https://deno.com/
Deno is the open-source JavaScript runtime for the modern web. Built on web standards with zero-config TypeScript, unmatched security, and a complete built-in toolchain, Deno is the easiest, most productive way to JavaScript.
The text was updated successfully, but these errors were encountered: