jspears / mers

Mongoose Express Rest Service
MIT License
343 stars 42 forks source link

Restify? #48

Open mnort9 opened 9 years ago

mnort9 commented 9 years ago

Does mers work with restify as well?

If not, does it rely heavily on express only functionality?

jspears commented 9 years ago

Never used restify, my guess is no. Very little depends on express, just a bit of routing and parameter parsing. And that could be done otherwise.

jspears commented 9 years ago

After looking at restify, don't see why it wouldn't work. When I get a chance may give it a shot.

mnort9 commented 9 years ago

Awesome! Would love to be able to use this library.