Daily Archives: August 28, 2012

Performing content-negotiation with Express 3 and Node.js (examples in CoffeeScript and JavaScript)

Express version 3 introduces a nice feature that performs content-negotiation on the request accept header field when present. This makes it easy to respond to a client request with the requested format. In this article I’ll show you how to … Continue reading

Posted in JavaScript, Node.js | 1 Comment