Reputation: 2909
I am new in rhodes world.
I want my rhodes app to talk directly with web server
i.e I dont want to use Rhosync.
How can I achieve this?
Also I have seen about Rho AsyncHttp, is it the same I do need to do?
Upvotes: 1
Views: 565
Reputation: 2759
Here you will find how to start work on it and where to call those call.
How to use Rhodes without Rhosync or RhoConnect?
Let me know if you need further any help on this. Here I'm using this in my project.
Upvotes: 0
Reputation: 2759
refer following link to know more about AsyncHttp and how to use it.
How to use Rhodes without Rhosync or RhoConnect?
Upvotes: 0
Reputation: 562
You may use Rhodes without Rhosync. They provide the AsyncHttp classes and methods to enable pulling data and images from other web servers.
You may also utilize the Rhodes ORM (Rhom) even if you are not using RhoSync. This can greatly increase your efficiency when dealing with data objects from your backend systems, using RhoSync or otherwise.
Upvotes: 2