Simple NodeJS server on socket.io + mongoDB and react-native mobile application
This Application is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.
This app requires Node.js, express.js, mongoDB, Expo cli, socket.io install it before you run the application
$ cd server
$ npm install
$ npm start
localhost:3000
$ cd React-native-socket.io-Chat
$ npm install
$ expo start
- Expo client app
- Scan QR code from your application
- in settings of the application you have to set your local IP-address
Number | Description |
---|---|
1 | Learn more about the React native API of the native modules |
2 | Try to connect to local memore of the device and fetch the data like images ) |
3 | Create design for contacts and logic to choose the friends |
4 | Minimize code in project |
5 | Read official docs about socket.io |
6 | Add for all requests status when client typing add the onlice statuses |
7 | Create search form on chat page |
Enjoy! thank you.