author: Ryan Ardray
- Create a simple chat interface using React as front end.
- Learn how to use socket IO by implementing it on front and backend.
- Take chat app and save chat conversations by saving and loading to Mongo
- Expand UI or incorperate into existing, larger social type application.
- Create direct message ability using mongo's built in uuids.
Pretty straight foward intentions. Learn how to build a basic socket IO chat application then make conversations save using DB.