Skip to main content
Module

x/masx200_deno_serve_https/deno.json

deno-serve-https 对于deno的低级api的封装,可以启动同时支持http/1.1和http/2的https服务,并且在一个端口上同时支持了http连接升级,websocket,connect方法.
Go to Latest
File
{ "tasks": { "udd": "udd '*/*.ts' '*.ts'" }, "lint": {}, "fmt": { "options": { "indentWidth": 4, "singleQuote": false } }}