Skip to content

sunluyong/static-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static-server 极简静态资源服务器

测试

const StaticServer = require('../src/index');

const staticServer = new StaticServer({
	port: 9527,
  rot: '/public',
});

staticServer.start();

// staticServer.close();

About

极简静态资源服务器

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published