Hi everyone, given the 2 new features "pluggable configurators" and "rpcret", a simple v8 plugin has been added to the source repository allowing you to write uWSGI configurations and routing rules in javascript (using the v8 engine) as you already can do in lua/luajit
As it exposes a full rpc api, you can obviously call javascript functions from every supported language: https://github.com/unbit/uwsgi/blob/master/plugins/v8/v8_uwsgi.cc -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
