Yes, this is possible through Ape, Since Ape is a javascript object you can add attributes whenever you want. Here is what I do for my vars : - global vars are saved as attributes of Ape (prefixed with a namespace like "projectname_myvar" to avoid overwriting Ape's original attributes - vars which are relative to user can be saved in the same way. Or using "setProperty" and "getProperty" methods.
For your project, you would collect datas from those 4 systems and format them. Then send them to clients connected to a channel in Ape through web browsers. You could also save those datas in a global var. On client side, you would have to manage those "messages" incoming from Ape and display the data however you want. Julien. 2011/6/1 apeC <[email protected]> > i have to do a project where it needs server push. I have some > questions regarding it. > can someone answer? > the project details are, > there will be 4 systems > these 4 systems will be sending data through socket to a system- > webserver > in the webserver, i have to collect this data and format it and send > the data to clients - browsers. > the clients can choose from which machines data they want to view > is this possible using APE? > > I need some tips regarding it. > > -- > You received this message because you are subscribed to the Google > Groups "APE Project" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ > Git Hub : http://github.com/APE-Project/ > -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
