> is it possible to fully > rely on javascript (including client-side and server-side) for > achieving a pure java script real-time framework which is able to read > local files work with data bases parse xml files manipulate image > files write to files and... with ape?
I am working on something like this, but it's still very much a "batteries not included" solution. If you're a developer interested in working on server-side JS, though, let me know. FWIW - I am building a large project with my team right now which is 100% server-side JS, called from either Apache or APE. Of course, we have to keep stopping to build library code which does not exist yet; we're certainly not at the completeness level of PHP. Depending what you're doing, it might be enough to read PHP session files from APE. I have built most of a solution for that. Wes -- Wesley W. Garland Director, Product Development PageMail, Inc. +1 613 542 2787 x 102 -- 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/
