项目作者: kamchy

项目描述 :
Minimal Deno + Oak application with AloeDB database
高级语言: TypeScript
项目地址: git://github.com/kamchy/deno-oak-example.git
创建时间: 2021-07-09T04:32:54Z
项目社区:https://github.com/kamchy/deno-oak-example

开源协议:

下载


deno picture

deno-oak-example

First Deno + Oak application stolen from Internet and tweaked so that it actually works.

  • Inspired by an article A complete guide to deno and oak (this is where I took the code from)
  • uses TypeScript instead of JavaScript (which allowed me to clean up code and fix strange errors)
  • uses AloeDB because I didn’t want to install Mongo for this excercise

Initial commit is just the article code modified and ported to TS.