DEV Community

Discussion on: Forget NodeJS! Build native TypeScript applications with Deno 🦖

 
pratyushcrd profile image
Pratyush

Yup compatibility with node modules would be the issue. I was talking about event loops because the methods dependent on event loop in node might not be same as deno (of which I am not sure of) like process.nextTick or setImmediate. In that case compatibility might be issue. Basically if any underlying core packages change their API or its working its an compatibility issue.