常见的Web框架汇总整理
彭世瑜 发布时间:2021-02-11 17:21:49 ,浏览量:4
Python
| 名称 | 简介 | 文档 | github | 最后提交 | star |
|---|
| Django | The Web framework for perfectionists with deadlines. | doc | github | | |
| Flask | The Python micro framework for building web applications. | doc | github | | |
| FastAPI | high performance, easy to learn, fast to code, ready for production | doc | github | | |
| DRF | Django REST framework | doc | github | | |
| Tornado | using non-blocking network I/O | doc | github | | |
| Sanic | Async Python 3.6+ web server/framework | doc | github | | |
| web.py | a web framework for Python | doc | github | | |
| Starlette | The little ASGI framework that shines. | doc | github | | |
| Masonite | The Modern And Developer Centric | doc | github | | |
| Flask API | Browsable web APIs for Flask. | doc | github | | |
更多
- Python:Flask技术栈及Extensions扩展整理
- 数据库驱动及ORM(Object Relational Mapper)模块汇总整理
Java
| 名称 | 简介 | 文档 | github | 最后提交 | star |
|---|
| Spring Boot | Spring Boot | doc | github | | |
PHP
| 名称 | 简介 | 文档 | github | 最后提交 | star |
|---|
| Laravel | A PHP framework for web artisans. | doc | github | | |
Node.js
| 名称 | 简介 | 文档 | github | 最后提交 | star |
|---|
| Express | Fast, unopinionated, minimalist web framework | doc | github | | |
| Koa | Expressive HTTP middleware framework | doc | github | | |
| AdonisJs | Node.js web framework | doc | github | | |
| Egg.js | 为企业级框架和应用而生 | doc | github | | |
更多 Node.js:开发资源和技术栈整理
模板引擎
| 名称 | 简介 | 文档 | github | 最后提交 | star |
|---|
| Nunjucks | js实现类似 jinja2的模板引擎 | doc-cn doc-en | github | | |
| Jinja2 | Python模板引擎 | doc | github | | |
前端框架
| 名称 | 简介 | 文档 | github | 最后提交 | star |
|---|
| react | A declarative, efficient, and flexible JavaScript library for building user interfaces. | doc-en | github | | |
| vuejs | Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. | doc | github | | |