wxJavaScript started as a porting project of wxWidgets to JavaScript
(using SpiderMonkey). But now it is a lot more. It has bindings for
sqlite, expat, mysql, curl, memcached, ... It contains an Apache module
for using JavaScript/wxWidgets and all bindings on an Apache server.
wxJavaScript can also be used with FastCGI.
Changes for this release:
- Added in GUI module: wxAboutDialog
- wxjs is now build with Visual Studio 2008. You need to download the
correct runtime dll's.
- Using a javascript script for loading wxJS modules (instead of the xml
configuration file).
- Solved the problem with loading modules in mod_wxjs
- libap_req is now integrated in mod_wxjs, No need to load it anymore
- WXJS_MODULES environment variable renamed to WXJS_STARTUP
If you find any bugs, please report them on the sourceforge project page.
Franky.