jakearchibald/tweetdeck-prototype

View on GitHub
server/run-proxy.js

Summary

Maintainability
A
0 mins
Test Coverage
require('./tweetdeck-proxy').listen(process.env.PORT, function () {
    console.log('proxy up http://%s:%s', this.address().address, this.address().port);
});