Hi, I just think that for the next Server release(v2) you guys should do less C and more JavaScript. Working with built-in objects and their unreadable properties is a pain.
For example some simple customization might require you to edit the source and recompiled the server. Low level objects like the sockets object should be built-in(compiled) but others like the user and channel object should be in plain JS or at least fully readable. An example of a simple and yet usefull edit that would require recompiling is making the user's properties property readable OR have user.getProperty() return the the whole user.properties object. An actual powerfull and flexible example is having the user constructor Ape.user ready for prototyping. Keep up the good work guys. -- 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/
