android-js / androidjs

Platform to build android app using node js
MIT License
459 stars 110 forks source link

express-server / pouchdb-server #113

Open BillMeyerRSA opened 4 years ago

BillMeyerRSA commented 4 years ago

Is your feature request related to a problem? Please describe. I am not sure if it will be possible - what I am trying to build is Android app with pouchdb-server for peer to peer Android clients syncing of data. Describe the solution you'd like Some pointers / example of running express-server or pouchdb-server with front end webview communication.

Describe alternatives you've considered Tried to run on back end but the app terminates after a minute and cannot determine what is causing the problem.

Chhekur commented 4 years ago

@BillMeyerRSA we have similar example of p2p chat app built using http server and socket.io for p2p connection, here's the link : https://github.com/android-js/sample-app/tree/master/chat-app

We also have slack channel for support & discussion, for faster replies you can join here

Feel free to ask in case of any problem ; )