scotch-io / react-tweets

Code repository for the tutorial by @kenwheeler: Build A Real-Time Twitter Stream with Node and React.js
http://scotch.io/tutorials/javascript/build-a-real-time-twitter-stream-with-node-and-react-js
697 stars 342 forks source link

Should specify local mongo database? #12

Closed allendav closed 9 years ago

allendav commented 9 years ago

In https://github.com/scotch-io/react-tweets/blob/master/server.js#L23 shouldn't that be

mongoose.connect('mongodb://localhost/react-tweets');

chris-sev commented 9 years ago

Yes it should. Fixed up. Thanks.

allendav commented 9 years ago

yw! thank you for putting this together. great demo + tut