Skip to content

Roadmap

Manish Malik edited this page Aug 15, 2016 · 1 revision

There are alot of work that we can possibly do with this project like:

  • Writing native binding: Although with SWIG we were able to generate the ModSecurity Nodejs binding, but this binding have some limitation like JS callbacks are not supported, some templates like std_multimap.i are missing and many more (you may like to see known issues for more details). So, having this binding will significantly improve its productivity.

  • Writing connector for more Node.js based web servers: right now we have connector for express.js only. It will be better if we could have more connecotrs for different Node.js based web server.

  • Supporting newer version of Node: The development of this Node binding is done with node v0.10.25, as with the version v0.12.x and upper the v8 engine have changed, so this requires some changes in the existing binding in order to support new version of Node.js. So it would be great if can support newer version of node as well.

Clone this wiki locally