项目作者: kamchy
项目描述 :
Minimal Deno + Oak application with AloeDB database
高级语言: TypeScript
项目地址: git://github.com/kamchy/deno-oak-example.git

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.