Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atharvathorve/android-node
A simple android app with nodejs backend.
https://github.com/atharvathorve/android-node
Last synced: 18 days ago
JSON representation
A simple android app with nodejs backend.
- Host: GitHub
- URL: https://github.com/atharvathorve/android-node
- Owner: AtharvaThorve
- Created: 2020-03-19T11:35:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T06:05:00.000Z (about 2 years ago)
- Last Synced: 2025-01-19T23:39:53.867Z (19 days ago)
- Language: Java
- Size: 222 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-Node
A simple android app with nodejs backend.Execute `npm install` to add required node modules.
Use `node index` or `nodemon index` to start the server.
This only supports get requests which only has one object.## Note
In the `index.js` file change listen ip to your own ip address.
Same goes for the file `network_security_config.xml` file inside app/src/main/res/xml.