Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.