Node.js built-ins on Deno Deploy
deno.com
Node.js built-ins on Deno Deploy
1–10 of 112 posts
Re: Node.js built-ins on Deno Deploy
#2Re: Node.js built-ins on Deno Deploy
#3Hey folks - I worked on this. AMA
Re: Node.js built-ins on Deno Deploy
#4Re: Node.js built-ins on Deno Deploy
#5Re: Node.js built-ins on Deno Deploy
#6Re: Node.js built-ins on Deno Deploy
#7I do wonder about the long-term effects of Deno being Node-compatible; will it result in only Node programming being done since "Deno will handle it fine" and thus Deno specific stuff will not be developed?
Re: Node.js built-ins on Deno Deploy
#8Hey folks - I worked on this. AMA
Re: Node.js built-ins on Deno Deploy
#9ironically, the more node js goes into Deno, the less likely I am to switch. imho they should stay the course and not include too much node stuff.
Re: Node.js built-ins on Deno Deploy
#10Hey folks - I worked on this. AMA
Hi, thanks for this. Question: Do all Node APIs work as-is? For instance, I opened an issue for Deno stdlib's Conn interface to expose more state (like the ones available in Node: ready, half-open, writable, pause, resume, closed etc) for sockets, but those are unimplemented: https://github.com/denoland/deno/issues/13636