Skip to content

RonaldGuilhermePDS/Node-VS-Deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node + Koa VS Deno + Oak

Differences between Node + Koa and Deno + Oak

About

This is a project that aims to observe the differences between a simple REST API developed in Node + Koa and the same one developed in Deno + Aok.

Built With

Getting Started - (Node + Koa)

Follow the instructions to start the node server without any problems.

Installation

  1. Clone the Repository
git clone https://github.com/RonaldGuilhermePDS/Node-VS-Deno
  1. Install Packages
npm install or yarn install
  1. Run
npm start or yarn start

Getting Started - (Deno + Oak)

Follow the instructions to start the deno server without any problems.

Installation

  1. Clone the Repository
git clone https://github.com/RonaldGuilhermePDS/Node-VS-Deno
  1. Run
deno run --allow-net index.ts

About

Differences between Node + Koa and Deno + Oak

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published