Node-FSAPI icon indicating copy to clipboard operation
Node-FSAPI copied to clipboard

Re-package as express middleware?

Open matt-kruse opened this issue 10 years ago • 0 comments

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?

matt-kruse avatar May 15 '15 20:05 matt-kruse