DEV Community

Cover image for Getting started with Deno!

Getting started with Deno!

Sujitkumar Singh on May 15, 2020

What is Deno? Deno is a general-purpose JavaScript/TypeScript programming environment.If you are familiar with Node.js, the popular serv...
Collapse
 
codehexz profile image
CodeHexz

Nice Article, But I was looking for a practical application of Deno and
looking to get started with Deno and develop a REST API for my
application. So I found a step-by-step guide here for developing a simple API using Deno, TypeScript & Oak Framework.

Collapse
 
singhsujitkumar profile image
Sujitkumar Singh

Thanks! This was just the introduction. I have also mentioned some links which are good to get started with.