DEV Community

Discussion on: Here's Actually Why Deno Flopped

Collapse
 
webdeb profile image
webdeb

I've a small event handler build with deno, mostly for calling telegram api, email, and some other services. I really like that with deno 1.5 or so you can actually bundle your app into a small bundle.js file, mine is about 600kb of pure js with all deps included, and you can read it very easily.