https://github.com/benox3/react-native-socket
A universal react-native boilerplate for working with sockets.
https://github.com/benox3/react-native-socket
boilerplate react-native sockets
Last synced: 2 months ago
JSON representation
A universal react-native boilerplate for working with sockets.
- Host: GitHub
- URL: https://github.com/benox3/react-native-socket
- Owner: benox3
- License: mit
- Created: 2016-04-12T02:50:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-25T00:00:35.000Z (about 10 years ago)
- Last Synced: 2025-06-12T19:11:27.701Z (about 1 year ago)
- Topics: boilerplate, react-native, sockets
- Language: JavaScript
- Homepage:
- Size: 194 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## react-native-socket
A universal react-native boilerplate for working with sockets.
#### Usage:
- Enter a mongodb url into the `database_host` field in `/src/config/secrets.json`
```
$ touch src/config/secrets.json
$ echo '{"database_host": "*hostnamehere*}' >> src/config/secrets.json
```
- Run gulp
```
$ gulp
```