File: basic.js

package info (click to toggle)
node-policyfile 0.0.6%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 152 kB
  • sloc: javascript: 344; makefile: 11
file content (5 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (4)
1
2
3
4
5
var http = require('http')
  , fspfs = require('../');

var flash = fspfs.createServer();
flash.listen();