DEV Community

Discussion on: Simple REST API with Deno

Collapse
 
ug02fast profile image
Arthur Zhuk • Edited

Thanks for the simple proof-of-concept. How are you liking Deno so far? Do you see yourself using it in the future over Node?

Don't forget the import in app.ts

import router from './routes.ts'
Collapse
 
am77 profile image
Mohamed Amine Griche • Edited

I like it, and I love the built in typescript support, do I see myself using it in the future over node? maybe in the future.
Thank you