Chat formatting

This commit is contained in:
AlexKvazos
2015-04-28 10:49:49 -05:00
parent 16da80bf5a
commit 542ae1f549
9 changed files with 85 additions and 7 deletions
+6
View File
@@ -36,3 +36,9 @@ app.use('/', express.static(path.join(__dirname, '../../public')));
server.listen(3000, function() {
console.log('\033c> Server running on port 3000\n');
});
// handle exceptions
process.on('uncaughtException', function(ex) {
console.error(ex);
});