UNPKG

rendr

Version:

Render your Backbone.js apps on the client and the server.

10 lines (7 loc) 174 B
if (!this.window) { var Server = require('./server/server') exports.Server = Server exports.createServer = function(options) { return new Server(options); }; }