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?
|
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?
| |||
feedback
|
|
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. | |||
|
feedback
|