DEV Community

Adrian Twarog
Adrian Twarog

Posted on

7 3

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_...

The Most Contextual AI Development Assistant

Pieces.app image

Our centralized storage agent works on-device, unifying various developer tools to proactively capture and enrich useful materials, streamline collaboration, and solve complex problems through a contextual understanding of your unique workflow.

👥 Ideal for solo developers, teams, and cross-company projects

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay