前端技术之:常见NodeJs服务端框架

  1. Express

    Fast, unopinionated, minimalist web framework for node.https://expressjs.com

    https://github.com/expressjs/express

  2. Koa

    Expressive middleware for node.js using ES2017 async functionshttps://koajs.com

    https://github.com/koajs/koa

  3. Hapi

    Server Framework for Node.jshttp://hapijs.com

    https://github.com/hapijs/hapi

  4. Feathers

    A REST and realtime API layer for modern applications.https://feathersjs.com

    https://github.com/feathersjs/feathers

  5. Micro

    Asynchronous HTTP microserviceshttps://zeit.co/blog/micro-8

    https://github.com/zeit/micro

  6. Adonis

    NodeJs Web Application Framework. Makes it easy for you to write webapps with less code.https://adonisjs.com

    https://github.com/adonisjs/adonis-framework

你可能感兴趣的:(应用,框架,node.js,javascript)