Update June 2014: Stormpath now secures authentication to your API- without code!
If you’re building a Node API client, the design of your client can make or break adoption.
Our CTO Les Hazlewood recently built the Stormpath Node SDK and put what he learned into this presentation on Building A Node.js Client for REST+JSON APIs. We get a ton of questions on how we design SDKs at Stormpath, so we put the video on Youtube.
In the video, Les covers:
- Collection & Instance Resources
- Public / Private API
- Proxy Design
- Component Architecture
- Queries
- Authentication – Digest Algorithm vs HTTP Basic
- Pluggability
If you want to explore our Node client further, here’s the getting started code from the presentation:
1 2 3 4 5 |
$ git clone https://github.com/stormpath/stormpath-sdk-node.git $ cd stormpath-sdk-node $ npm install $ grunt |
We’ll also be posting full writeup blogs soon – Stay tuned!
Update: Here are some of our top posts about Node.js:
- Choosing your Node.js Authentication Strategy
- Create a Node.js Web App: Example using Express, Bootstrap & Stormpath
- Tutorial: Use Node.js to Build a REST API for Mobile Apps – Stormpath
- Build a Simple App with Node.js, Express, Passport and Stormpath
- How to build an app with AngularJS, Node.js and Stormpath in 15 minutes
Thanks to the BayNode Meetup for hosting this talk.