Coder Social home page Coder Social logo

koa2api's Introduction

koa2整合log4js、jwt、redis、mysql
需要node8.11以上

install dependencies

$ cnpm install -g koa-generator 安装脚手架工具 $ cnpm install -g nodemon 测试运行使用 $ cnpm install

serve with hot reload at localhost:3920

$ cnpm start(修改文件后要手动重启) 或 nodemon(修改文件后自动重启)

build for production and launch server

启动 $ pm2 start ./bin/www --watch

重启 pm2 restart app_name|app_id

停止 pm2 stop app_name|app_id

停止所有 pm2 stop all

删除 pm2 stop app_name|app_id pm2 stop all

查看进程状态 pm2 list

查看某个进程的信息 pm2 describe 0

负载均衡 pm2 start app.js -i 3 # 开启三个进程 pm2 start app.js -i max # 根据机器CPU核数,开启对应数目的进程 pm2 start app.js -i 0,则会根据机器当前核数自动开启尽可能多的进程

koa2api's People

Contributors

lateautumn00 avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.