Simon Willison’s Weblog

Subscribe

Items tagged webdevelopment, programming in 2010

Filters: Year: 2010 × webdevelopment × programming × Sorted by date


What is the best way to maintain a API wrapper class across multiple languages?

1. Use JSON for your API. That takes away a lot of the necessity for an API wrapper, since it means you’re automatically returning native data types (hashes, lists, strings etc) for most programming languages.

[... 175 words]

What companies are using Node.js in production in Texas?

There’s a list on this page: https://github.com/joyent/node/w...

[... 23 words]