Running Node module on Ionic

We have Google map running on node server which have functionality built with socket JS.

Basically this app will be like cab booking application, the users are the driver & the customer.

I want to view that map module which is running on node server to show in Ionic app.

If your node.js server responds as a standard HTTP server hand handles GET and POST type requests you can use network.request() to retrieve data from it. Assuming you have a latitude and longitude value, you can then drop pins on a native.newMapView() object.

Rob

If your node.js server responds as a standard HTTP server hand handles GET and POST type requests you can use network.request() to retrieve data from it. Assuming you have a latitude and longitude value, you can then drop pins on a native.newMapView() object.

Rob