Skip to content

基于koa2、typescript的应用模板,可以在此基础上搭建服务端应用,用于项目的接口调试,支持http和websocket

Notifications You must be signed in to change notification settings

GitHubJackson/koa-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koa2-template-lite

基于 koa2 + typescript 的简单服务器模板,快速搭建 mock server

http 服务

yarn
yarn dev # 热更模式
# yarn start

接口调试

浏览器调试或者 postman

websocket 服务

yarn
yarn dev:ws
# yarn start:ws

接口调试

调试网站: http://www.websocket-test.com/

其他

用于个人调试接口、服务端学习,Your comments and suggestions are welcome ~

About

基于koa2、typescript的应用模板,可以在此基础上搭建服务端应用,用于项目的接口调试,支持http和websocket

Resources

Stars

Watchers

Forks

Packages

No packages published