Middle Layer in Node.js - ISET/isetonline GitHub Wiki

ISETOnline includes an optional middle tier of functionality, written in node.js and using Express.

For many applications, the front-end Javascript code will more than suffice, but for applications needing to connect directly to the database server, or to run Matlab code at runtime, the middle layer serves the purpose. Web requests are routed as appropriate, and sample code is included for both connecting to an ISETOnline database and to a compiled Matlab binary.