Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ var config = require('./webpack.config.js');
var injectTapEventPlugin = require('react-tap-event-plugin');
var app = express();

// Some very general notes pertaining to your modularity - love the groupings made
// especially on client. Through you I got to take a taste for webpack that looks very legit
// and I like it. No particular comments on other architecture - nginx always a good choise.
// Import socket handling
var sockets = require('./sockets/sockets');

Expand Down