Hi, There is no documentation about C modules for the moment. But you can checkout "libape-spidermonkey.c" which uses most of the API.
Anthony ziga ham a écrit : > Thanks for all that info, but what about c (c++) server side modules? > I don't really see advantage in js, but lot of disadvantages. > So... i guess that i can still write in c for 1.0, i just need to know > what has changed. > > On Tue, Nov 24, 2009 at 12:50 AM, Nicolas Trani <[email protected] > <mailto:[email protected]>> wrote: > > Hi, > > libape-chat is available in 1.0, it has been renamed to nickname.js : > > http://github.com/APE-Project/APE_Server/blob/master/scripts/examples/nickname.js > > you can find some documentation for server side javascript here : > > http://www.ape-project.org/wiki/index.php/How_to_build_a_serverside_JS_module > > Unfortunatly there is no postgres JS module. If you want to acces your > database you can for example create a php script that fetch the > data. On > the server side you can call this php script with the HTTP module > > http://github.com/APE-Project/APE_Server/blob/master/scripts/framework/Http.js > > Regards. > > Ziga Ham a écrit : > > It would be nice if there would be something like libape-chat > for 1.0 > > or some documentation about server side modules. If there is, > can you > > link me to it? > > I can't use js because I don't know how to connect to postgres > there, > > so I would like to port my c++ modules. > > > > Thanks > > > > > > -- > 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] > <mailto:[email protected]> > To unsubscribe from this group, send email to > [email protected] > <mailto: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/ -- 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/
