前端技术之:常见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 functions https://koajs.com

    https://github.com/koajs/koa

  3. Hapi

    Server Framework for Node.js http://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 microservices https://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

猜你喜欢

转载自www.cnblogs.com/popgis/p/11651108.html