DEV Community

Adrian Twarog
Adrian Twarog

Posted on

Deno Oak | REST API Tutorial

If you are starting out on Deno, Oak is a net server you can start using for things like web servers, REST and API endpoints. It is similar to express which exists on nodejs, and you can create listen on different ports with routers as well. This tutorial takes you through the fundamentals for it.


Youtube: Deno Oak

Included in this video are:

  • Installing Deno Oak
  • Performing a Hello World web server
  • Adding logging
  • Creating routes for API endpoints
  • Setting up GET, POST, PATCH, DELETE endpoints

Oak:
https://github.com/oakserver/oak

Deno:
http://deno.land/

Follow and support me:

Special thanks if you subscribe to my channel :)

Want to see more:

I will try to post new great content every day. Here are the latest items:

Top comments (1)

Collapse
 
hviana profile image
Henrique Emanoel Viana

A middleware for uploading files: deno.land/x/upload_middleware_for_...