Node.js 入门手册:那些最流行的 Web 开发框架

简介:   这篇文章与大家分享最流行的 Node.js Web 开发框架。Node 是一个服务器端 JavaScript 解释器,它将改变服务器应该如何工作的概念。它的目标是帮助程序员构建高度可伸缩的应用程序,编写能够处理数万条同时连接到一个(只有一个)物理机的连接代码。
+关注继续查看

  这篇文章与大家分享最流行的 Node.js Web 开发框架。Node 是一个服务器端 JavaScript 解释器,它将改变服务器应该如何工作的概念。它的目标是帮助程序员构建高度可伸缩的应用程序,编写能够处理数万条同时连接到一个(只有一个)物理机的连接代码。

您可能感兴趣的相关文章

 

  • actionHero — actionHero is a minimalist transactional API framework for sockets and http clients
  • archetype — A web framework leveraging Node.js
  • aries — Annotation based MVC framework
  • blueprint — Blueprint for a Startup. Middleware, & MVC routing over Node.js & Mongoose
  • broke — A porting of the most famous Django Web Framework
  • Capsela — A high-level, promises-based web framework with an emphasis on testability (see website)
  • Cargobox — Express port with better OOP
  • chain — An evented convention for building Node Applications (Stopped Development, for ejsgi)
  • Coffeemate — Push coffee-script into web development!
  • COKE — A lightweight MVC framework base on Express that speeds up your web development. (Rails like)
  • CompoundJS (formerly RailwayJS) — An MVC web framework, similar to Ruby on Rails, Express/Connect-compatible. Also see here.
  • Crux — An MVC web application framework and project management utility, similar in some ways to Rails.
  • Derby — MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers
  • djangode — A framework that borrows some useful concepts from Django (March 2010, node.JS 0.1.30)
  • drty — A Django port to NodeJS. Many Django features, still under heavy development. (January, 2011, 0.2.6)
  • Drumkit --- DrumKit is a plugin-powered, full-stack Web development framework for Node.js.
  • Express — A robust feature rich web development framework inspired by Sinatra
  • Express Train — An lightweight MVC web framework built on top of express, offering consistent project structure.
  • Ext Core for NodeJS — Templating and some basic tricks of ExtCore and ExtJS(XTemplate,Ext.util.format)
  • Flatiron — an adaptable framework for building modern web applications. URL Routing with Director, templating with Plates, data management with Resourceful, middleware with Union (connect-compatible), plugins with Broadway, logging with Winston.
  • Geddy — A hackable Web-app development framework similar to Merb/Rails/Pylons/Django
  • GenJi — A simple micro-framework for nodejs.
  • Grasshopper — A feature-rich and flexible MVC framework for web applications and services, with integrated dependency injection.
  • hapi - A rich framework for building web applications and services. hapi is a simple to use configuration-centric framework with built-in support for input validation, caching, authentication, and other essential facilities. hapi enables developers to focus on writing reusable application logic instead of spending time building infrastructure. The framework supports a powerful plugin architecture for pain-free and scalable extensibility.
  • Impress — Totalitarian style multipurpose application server and web framework with multiple hosts and ports, filesystem based routing, db access, clustering, proxying, memory caching, templating and much more.
  • JaxServer — Application server and framework with template and css engines
  • jimi — A framework for writing modular web applications in node.js (tutorial)
  • josi — An MVC web framework that's easy to pick up but doesn't get in the way. Also see here
  • Kassit — rapid building of client-side AJAX applications using Backbone and CoffeeScript
  • Katana — Easy to use, modular web framework for any Node.js samurai
  • Kiss.js — Web framework for node.js in CoffeeScript. Object-oriented, simple and sexy.
  • Locomotive — Effective MVC web development for Node.js inspired by Ruby on Rails
  • merlin — Object-oriented MVC framework relying on a robust set of conventions to minimize code. Also ships with optional plugins providing basic CMS-like functionality.
  • Meryl — Minimalist web framework! See wiki
  • Mojito — An MVC framework and JavaScript library for building full-featured, device-independent HTML5 applications running on both client (browser) and server (Node.js). See the Mojito Documentation Directory for more information.
  • Monorail.js — Ultra leightweight MVC web framework.
  • N-Ext — Ext.core, Ext.util and Ext.data packages in your NodeJS apps (includes a MongoDB proxy based on node-mongodb-native)
  • nCombo — A client-server framework for building rich cloud applications
  • node-extjs — Run ExtJS4 data models on Node.js
  • nodemachine — A port of WebMachine to Node.js
  • nodepress — High-level web framework for nodejs, can be used as a blog by default
  • Omni.js — A framework for building realtime apps with Backbone.js. Automatically propagates models/collections to the client.
  • partial.js - Web application framework (MVC, REST) for node.js / NO DEPENDENCIESinspired by ASP.MVC & RAZOR
  • PieJS — A rapid development MVC framework. Inspired and similar in style/convention to CakePHP. In very active development.
  • pintura — REST-based web framework/middleware stack built for Ajax-style JSON-driven applications
  • pomelo - A fast, scalable, distributed game server framework. Also suitable for realtime web.
  • Protos — Web Application Framework for Node.js
  • QuickWeb — An application server for Node.js
  • rAppid:js - A declarative JS RIA MVC Framework, supporting XAML, Bindings, Dependency Injection, custom Components
  • Sails.js — A realtime MVC framework, based on Express and Socket.io, featuring an ORM with support for Mongo, MySQL, Postgres, Redis, and others.
  • Sayndo — Fast and flexible web server with customized routing and authorization
  • Seek — Small Javascript Web framework - mostly for learning purpose
  • simpleS — Simple HTTP(S) Server (designed to be All-In-One) with routing, static files service, response compression and WebSocket implementation (version 13, RFC 6455). Good Documentation
  • SocketStream — A fast full-stack real-time web framework for single-page apps
  • spludo — A full featured web framework. Fully Async + MVC with DI, AOP and Storages. (tutorial + user-guide)
  • Stick — A modular JSGI middleware composition layer and application framework
  • Tachi - A compact, stand-alone, MVC-based rapid web app development framework.
  • Tower — Small components for building apps, manipulating data, and automating a distributed infrastructure.
  • webjs — Simple HTTP / TCP development framework
  • websvr — A simple web server, implement HttpModule(filter) and HttpHandler(servlet), autorecover user session when run into problems.
  • Zeppelin — An early stage, low friction cloud development framework
  • TrinteJS — An MVC web framework,, Express/Connect-compatible backed by Cross-db ORM CaminteJS and Bootstrap.
  • node-express-mongoose - A simple MVC approach for building web applications utilizing the full power of express and mongoose (demo app)

 

您可能感兴趣的相关文章

 

本文来源:Node.js 入门手册:最流行的 Web 开发框架

编译来源:梦想天空 ◆ 关注前端开发技术 ◆ 分享网页设计资源

作者:山边小溪
主站:yyyweb.com 记住啦:)
欢迎任何形式的转载,但请务必注明出处。

相关文章
|
1月前
|
开发框架 JavaScript 中间件
Node与Express后端架构:高性能的Web应用服务
Node与Express后端架构:高性能的Web应用服务
|
2月前
|
JavaScript 前端开发 中间件
python web 开发与 Node.js + Express 创建web服务器入门
python web 开发与 Node.js + Express 创建web服务器入门
31 0
|
3月前
|
缓存 JavaScript NoSQL
使用Node.js构建高性能的Web应用程序
在现代Web开发中,构建高性能的应用程序至关重要。Node.js是一个基于V8引擎的JavaScript运行环境,它非常适合处理并发请求和构建高性能的Web应用程序。本文将介绍一些使用Node.js构建高性能Web应用程序的技巧和最佳实践。
29 0
|
4月前
|
存储 前端开发 API
Whisper、React 和 Node 构建语音转文本 Web 应用程序(二)
Whisper、React 和 Node 构建语音转文本 Web 应用程序(二)
52 0
|
4月前
|
存储 前端开发 JavaScript
Whisper、React 和 Node 构建语音转文本 Web 应用程序(一)
Whisper、React 和 Node 构建语音转文本 Web 应用程序(一)
135 0
|
4月前
|
SQL JSON JavaScript
Node.js开发WEB项目后端接口API,基于mysql5.7数据库(小试牛刀)
Node.js开发WEB项目后端接口API,基于mysql5.7数据库(小试牛刀)
|
6月前
|
JavaScript 前端开发 关系型数据库
node.js+vue+Web移动端外卖平台
顾客可以浏览商品,加入购物车,下单支付,功能参考美团外卖饿了么的基础功能商家这边能进行商品的添加,修改,删除,查找,商家入驻、资料修改,商家注销,根据营业情况调整商品详情,营业时间,配送时间,账户结算这些功能。网页版,不是app,可以适配手机平板等移动设备 商家可以接受到消息推送和语音提醒。商品管理、商铺管理操作简单,商家可根据营业情况调整商品详情、营业时间、配送时间等。账户结算一目了然,另外还有客服互动系统,线上解决用户的疑虑。  店铺可根据自身运营需求设置新客立减、限时抢购、爆品折扣、店铺满减、店铺满赠、店铺满免费送费等多个活动功能,同时,店铺可以报名平台发起的活动,补贴承担比例可灵活
196 0
|
6月前
|
JavaScript 前端开发 大数据
node.js+vue+Web的校园疫情大数据平台
本课题研究主要包括角色权限,大数据图表展示,扫码进出校园,校园行程记录,学生管理,网站管理,学生签到打卡等功能。2.毕业设计研究的方法和思路(1)根据调研和需求分析完成系统功能设计,系统功能如下:①权限管理模块权限管理分为管理员,老师和学生;管理员:可以对老师和学生进行,进行信息录入、修改、删除、查询。老师:可以查看自己和学生的信息。学生:对自身信息的管理。②图表展示模块图表可以显示,校区,班级、 宿舍的疫情动态信息。③学生管理模块包括:学生信息管理,学生行程、位置、打卡,学生可以修改基本信息,进行疫情数据录入。④系统管理模块模块系统管理主要对系统功能
|
7月前
|
数据采集 Web App开发 JavaScript
Node.js躬行记(25)——Web自动化测试
Node.js躬行记(25)——Web自动化测试
Node.js躬行记(25)——Web自动化测试
|
10月前
|
XML JSON JavaScript
【Node 基础】Web服务器开发和文件上传
【Node 基础】Web服务器开发和文件上传
【Node 基础】Web服务器开发和文件上传
相关产品
云迁移中心
推荐文章
更多