Page 1 of 1

How to create realtime communication Mobile Client - server

Posted: Sat Apr 26, 2014 8:01 am
by irfan

Hi everyone!

what a great tool seriously last night i found it goggling and i just fell in love with this tool.

MY Problem!

I want to develop a restaurant app which takes the order online from customer.

Scenario!
Client
The customer pick the order from given menu add it to cart and confirm order

Server
soon he click order the notification comes on restaurant side on phone the new order received and then in response to client say order received.

Any idea how should i go about it i am totally confused about how to achieve such thing


How to create realtime communication Mobile Client - server

Posted: Sat Apr 26, 2014 8:42 am
by Alena Prykhodko

Hello,

To place dishes you can use checkbox component http://docs.appery.io/documentation/u...
To save every chosen item use localStorage variable http://docs.appery.io/documentation/r...
To display the order https://getsatisfaction.com/apperyio/...
To populate the result from localStorage https://getsatisfaction.com/apperyio/...
[quote:]
soon he click order the notification comes on restaurant side on phone the new order received and then in response to client say order received. [/quote]

You can set up Push Notification http://docs.appery.io/documentation/b...

Please go through these docs, it's better for you to think logic carefully, and if needed ask more specific questions. Well be happy to help.

Also we recommend to do some easy tutorials to learn more about Appery.io possibilities http://docs.appery.io/tutorials/.


How to create realtime communication Mobile Client - server

Posted: Sat Apr 26, 2014 5:17 pm
by irfan

Thank you so much for your reply now it makes so much understanding.

My Next question is? Image

How can i upload an images to database and then show in listitem image


How to create realtime communication Mobile Client - server

Posted: Sat Apr 26, 2014 5:25 pm
by Igor

How to create realtime communication Mobile Client - server

Posted: Sun Apr 27, 2014 9:47 am
by irfan

i have looked into the tutorials thanks alot.

i have one this app built in jquerymobile + html 5
https://www.youtube.com/watch?v=PY-KSb...

i wana know if i can connect it to your database for user registration and oush notification from server to clien


How to create realtime communication Mobile Client - server

Posted: Mon Apr 28, 2014 8:39 am
by Kateryna Grynko

Hi Irfan,

If you have source of application, which you showed us, you can try to connect your application with Appery.io server part.
Appery.io has REST API for Push:
http://docs.appery.io/documentation/p...
http://docs.appery.io/documentation/b...
And user REST API: http://docs.appery.io/documentation/u...

After making these changes you won't be able to edit app in Appery.io builder. So you have to implement all code manually. It can be not that ease.