Thread
Stories related to "Porting to TypeScript Solved Our API Woes" across the full archive.
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose). Typescript
(github.com)
I'd like to share updated node.js RestAPI boilerplate on typescript
I liked Flickr's now-deprecated [hash-the-params](http://www.flickr.com/services/api/auth.howto.web.html) authentication because it was simple (though [flawed](http://vnhacker.blogspot.com/2009/09/flickrs-api-signature-forgery.html), it is fixable).
Now it seems like most sites are using OAuth 1....
Still very alpha... developed during a Startup Weekend event.