Skip to content

Commit

Permalink
server websocket lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyssa Kwan committed Dec 26, 2016
1 parent 01b9865 commit 1d76e90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Twitter Event Registrations in Real-Time</title>
</head>
<body>
<div id="root"></div>
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@
"presets": [
"es2015"
]
},
"dependencies": {
"express-ws": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion start-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ const opts = {
stdio: 'inherit',
cwd: 'client',
shell: true
}
};
childProcess.spawn('npm', args, opts);

0 comments on commit 1d76e90

Please sign in to comment.