RogierVLD Posted March 1, 2012 Posted March 1, 2012 Hi, I know Delphi, and I know PHP. I would like to make a web interface for a calendar planning module. Google Apps will be the backbone. I have some questions about unigui: - Are there examples how to work with API's or especially the Google(calendar) Api? - When you create a application, how strongs needs to be your server? How many concurrent users? Is there a rule? Now I use a VPS and with normal php pages it seems you can host many sites on a simple VPS. Thanks! R. Quote
zilav Posted March 1, 2012 Posted March 1, 2012 You can work with any web service like an ordinary site using javascript. UniGUI supports inclusion of custom scripts and additional js files. Simple demo http://forums.unigui.com/index.php?/topic/1667-google-visualization-demo/ Quote
Administrators Farshad Mohajeri Posted March 4, 2012 Administrators Posted March 4, 2012 - When you create a application, how strongs needs to be your server? How many concurrent users? Is there a rule? Now I use a VPS and with normal php pages it seems you can host many sites on a simple VPS. You must calculate the max amount of RAM needed with max number of sessions you are planning. If you are concerned about RAM you'd better compile your app with XE2/64 and target a 64-bit server. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.