Node-FSAPI
Node-FSAPI copied to clipboard
Re-package as express middleware?
I would like to have a very simple filesystem-based REST server for testing and rapid development, and yours is the only thing I've found that comes close. But it's all rolled up into a stand-alone server. Instead, I want a REST module as express middlewear, so I can attach it to a route like app.use('/api',rest_server);
Do you have any plans to continue development on this module, and maybe expose a middleware version of it?