Hey all, I was proud to announce the Volos project at Apigee's "I Love APIs Conference” last week and I wanted to be sure you also got the news.
https://github.com/apigee/volos What is Volos? In short, Volos is an MIT-licensed set of Node interfaces & modules to support building production APIs. Basically, we’re working on creating a set of vendor / provider-independant set of functional modules that can be used by your applications to perform common API functions, such as our first three modules: * OAuth 2.0 * Quota Management * Caching Each of our modules will implement a common test suite for the functional interface and multiple backend providers to avoid vendor lock-in and can be interchanged as simply as requiring a different NPM module. For example, our OAuth 2.0 implementation has an implementation backed by a local Redis store and an implementation that proxies to Apigee Edge. It also includes adapters for exposing the functionality through Express or Argo. And, of course, code using these modules can optionally be deployed directly into the Apigee Edge scalable, production-hardened environment. We'll be working to improve and expand this set to ultimately be (as our CTO has put it) "the best set of tools to use to build production-quality APIs in Node.js.” I hope you find it useful and can join us! Best, Scott Related: I Love APIs Conference: http://iloveapis2013.com Apigee Edge: http://apigee.com/about/edge -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
