Node.js Web 开发框架大全《静态文件服务器篇》

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

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

您可能感兴趣的相关文章

 

  • antinode — A simple static web server
  • bastard — Automatic minification, in-memory cache, automatic fingerprinting.
  • buffet — Performance-oriented static file server & middleware
  • connect — Connect's static() middleware provides flexible, high-performance, feature-rich static file serving
  • crud-file-server — Static file server supporting basic create, read, update, & delete for any kind of file
  • dirlist - A simple & old school directory listing module. Inspired by Apache's mod_autoindex.
  • fastworks - Fastworks' static file module uses Lactate and supports Less and Javascript compilers/compressors
  • Lactate — An exceedingly fast & simple static assets handler, with a few electives.
  • navajo - A simple web server with the ability to run PHP or Node code as well as serve static files (alpha)
  • Nitrode — A lightweight, super fast HTTP 1.1 with internal JS API
  • node-paperboy — A node.js module for delivering static files
  • node-static — A simple, rfc 2616-compliant static file server module with built-in caching
  • nodetoy — Static JSON file server that supports GET, POST and DELETE
  • nserve — A local development server, allowing for adjustable file transfer rate, mock web services and live reload.
  • oui — Web service server with great static files support
  • send — Connect's robust static file server extracted for general use, supports range requests, conditional-GETs etc
  • static-resource - Static resource handling for node.js
  • static - Static file handler using asynchronous streaming as JSGI middleware
  • statify — A static file server to make any directory available via HTTP from the command line.
  • Trailer — Everyone's favorite backend.
  • wup — A simple web server for quick tests. Install via npm install -g wup, start with wup, go to http://localhost:8080/.
  • wns — WNS provides a powerful and fast static file server.
  • guaycuru - a simple static web server built on top of node-simple-router

 

您可能感兴趣的相关文章

 

本文来源:Node.js 入门手册:Web框架大全《静态服务器篇》

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

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

相关文章
|
1月前
|
存储 资源调度 应用服务中间件
浅谈本地开发好的 Web 应用部署到 ABAP 应用服务器上的几种方式
浅谈本地开发好的 Web 应用部署到 ABAP 应用服务器上的几种方式
26 0
|
16天前
|
开发框架 JavaScript 中间件
node+express搭建服务器环境
node+express搭建服务器环境
node+express搭建服务器环境
|
6天前
|
JavaScript 前端开发 UED
Vue工具和生态系统: Vue.js和服务器端渲染(SSR)有关系吗?请解释。
Vue.js是一个渐进式JavaScript框架,常用于开发单页面应用,但其首屏加载较慢影响用户体验和SEO。为解决此问题,Vue.js支持服务器端渲染(SSR),在服务器预生成HTML,加快首屏速度。Vue.js的SSR可手动实现或借助如Nuxt.js的第三方库简化流程。Nuxt.js是基于Vue.js的服务器端渲染框架,整合核心库并提供额外功能,帮助构建高效的应用,改善用户体验。
7 0
|
12天前
|
开发框架 JavaScript 前端开发
【Node系列】Express 框架
Express.js 是一个基于 Node.js 平台的极简、灵活的 web 应用开发框架,提供一系列强大的特性来帮助你创建各种 web 和移动设备应用。
33 2
|
13天前
|
JavaScript 前端开发 API
Vue.js:构建高效且灵活的Web应用的利器
Vue.js:构建高效且灵活的Web应用的利器
|
1月前
|
运维 JavaScript 前端开发
发现了一款宝藏学习项目,包含了Web全栈的知识体系,JS、Vue、React知识就靠它了!
发现了一款宝藏学习项目,包含了Web全栈的知识体系,JS、Vue、React知识就靠它了!
|
1月前
|
监控 JavaScript 安全
监控内网电脑软件设计与实现:基于Node.js的服务器端架构分析
在当今信息技术高度发达的时代,监控内网电脑的需求日益增长。企业需要确保网络安全,个人用户也需要监控家庭网络以保护隐私和安全。本文将介绍一种基于Node.js的服务器端架构,用于设计和实现监控内网电脑软件。
99 0
|
1月前
|
JavaScript 前端开发 API
Vue.js:构建现代化Web应用的灵活选择
Vue.js:构建现代化Web应用的灵活选择
40 0
|
1月前
|
应用服务中间件 Apache nginx
web后端-web服务器对比
web后端-web服务器对比
如何使用node搭建本地服务器(最详细)
如何使用node搭建本地服务器(最详细)