You are not logged in.
Pages: 1
Hi,
I need to create a simple HTTP server that basically exchange JSON data stored on SQL Server with Android tablet APP.
Basically the Android APP will work with the data and send it back to the server like customers orders.
From which sample should I start?
Thanks!
Offline
For a simple HTTP server executing requests from JSON, see https://github.com/synopse/mORMot/tree/ … L%20server
But I would rather use the REST/ORM interface, using cross-platform clients, which do work with Android.
Offline
Hi,
Thanks for the reply. In that case, should I look for example 26 about the REST/ORM interface?
ATt.
Offline
Pages: 1