Hi list,
I wrote a small WebServer in NekoML that mimics Mod_neko API so you
don't need Apache anymore to develop websites using Neko. This webserver
have been merged with the utility "nekoboot" which was used to create
standalone executables. The new utility is named "nekotools" :
nekotools boot myapp.n
-> will create a standalone binary from the bytecode file
nekotools server
-> will start the Neko Web Server (see http://nekovm.org/doc/mod_neko)
Best,
Nicolas
--
Neko : One VM to run them all (http://nekovm.org)