I personally like the server side javascript, it's very easy to mock something up in the browser/client side and then integrate with APE on the server -- very similar to node.js. But I agree the debug tools could use some fine tuning. The ability to inspect objects (console.dir or similar) is something that springs to mind right away. Maybe just have a nearly direct implementation of the firebug console commands and some other debug tools?
On Wed, Nov 17, 2010 at 10:22 AM, Christian Jensen < [email protected]> wrote: > I am not sure if you are looking for help to get this re-write off the > ground or not, but I suggest doing something like what the guys over at > freeswitch did - a single wiki - open, visibility into everything and lots > of direct contact. If I was doing it, I would court the Atlassian guys and > ask them for their free stuff for open source projects. > > To get more widespread use, I suggest doing what they did too - lots of > different language integrations - they did it mostly through SWIG but it > works very well. I never liked having to write server side code in > JavaScript, always seemed like I never could properly debug and always had > to run it inside APE to just see if it worked - years backwards. > > Frankly, I might even suggest you grab their tree and start there - they > have packages for tons of different platforms. > > Thinking a little further on this, you may even consider hopping on TOP of > their stack - they have an excellent core threading architecture an adding > APE to their stack would be a breeze (just a thought) > > Am I out of line yet? > > Christian > > -- > 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]<ape-project%[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/
