0

I need to setup communication between Node.js and iOS devices with pubnub. Problem is that we have an ios app for restaurant,and need to track order(latitude and longitude) by the customer who placed the order through iOS. After placing the order , picked-up by the deivery driver as we see in the ubercab app. So we need to track oder on google map.

Is there any requirement to call node.js services.

Please suggest me the right way how we communicate with Node.js services, Restaurant app and PUBNUB API.

Please help!!!!

Pankaj Yadav
  • 21
  • 1
  • 8
  • Use REST API https://en.wikipedia.org/wiki/Representational_state_transfer so everyone can communicate with your Node app via API – michelem Jul 02 '15 at 09:55
  • Hi Michelem, Can you tell me what will be the flow of communication with ios app with nodejs services and pubnub. – Pankaj Yadav Jul 02 '15 at 10:07
  • iOS App and Pubnub must have some king of REST API too, then you can call them from your Node.js or viceversa – michelem Jul 02 '15 at 10:11
  • There are four modules as Driver(iosApp),Customer(iosApp),Nodejs server,PubNub.if A customer placed an order then it will be accept by driver, after establishing communication betwwen customer and driver or order accept by driver to delivery then how they can get the push notification and update their location with Pubnub. – Pankaj Yadav Jul 02 '15 at 10:14
  • You need a developer. – michelem Jul 02 '15 at 10:15
  • Michelem, Can you tell me the flow regarding this ? – Pankaj Yadav Jul 02 '15 at 10:16

1 Answers1

1

There is set of SDK for different platforms to communicate with PubNub services available here.

Serhii Mamontov
  • 4,942
  • 22
  • 26