A Simple Chat application that utilises WebSocket Polyfill in React-native.
- Client and Server both have separate dependencies.
- Run 'npm i' on the server folder, then execute the server by node index.js
- Run 'npm i' on the root folder, then run the porject the same way you run any react-native app [ios/chatter.xcodeproj]
- Requires facebook SDK for the facebook login to work, it needs to be located in Documents/FacebookSDK see here