UNPKG

169 BJavaScriptView Raw
1
2var Fast = require( 'fast-api' ),
3 config = require( './config' );
4
5var ExampleServer = Fast.createServer( config.fast );
6
7ExampleServer.listen( config.app.port );
8