basic.js 105 B

12345
  1. var http = require('http')
  2. , fspfs = require('../');
  3. var flash = fspfs.createServer();
  4. flash.listen();