UNPKG

experience

Version:

Easily share express, socket.io and sessions between multiple web-applications.

13 lines (8 loc) 250 B
var experience = require('../'); var project = experience.create({ debug: true, compress: true }); var helloWorld = new experience.Application(__dirname + '/app/hello-world'); project.add('/helloWorld', helloWorld); project.listen(8080);