issues
search
chenshenhai
/
blog
个人博客,没事写写玩玩~~~
146
stars
21
forks
source link
基于ES6 + node.js的静态服务器
#10
Open
chenshenhai
opened
8 years ago
chenshenhai
commented
8 years ago
基于ES6 + node.js的静态资源服务器
前言:
平时开发简单页面时候,需要起apache或者nginx来作为静态资源的服务器,各种配置太麻烦了。-
前端的开发还还是前端的方式去解决,用node.js写一个静态资源服务器,方便页面开发和配置,顺便尝试用一下ES6开发node.js服务应用。
内容
主要是用于访问js,.css ,.html和图片等常见的静态资源文件。
如果访问的url是文件目录,则会显示出文件目录。
尝试了用ES6的import和export来封装node.js模块。
但是node.js目前不支持import/export特性,需要通过babel进行编译才能运行。
源码仓库
https://github.com/ChenShenhai/node-server
基于ES6 + node.js的静态资源服务器
前言:
内容
源码仓库
https://github.com/ChenShenhai/node-server