Simple things should be simple, complex things should be possible.
Alan Kay
This weekend, I spent an hour hacking togather a javascript client for magento’s API. Considering that it was my first time using an XML RPC API, it reinforces my belief that nodejs will become the next php of internet programming (hopefully without the bad parts).
Some day, I would love to convert this to use EventEmitter and post it on npm, but for now, here it is, as a gist on github. It uses the excellent xmlrpc client from baalexander, installable as ‘npm install xmlrpc’.
Related
- What I learnt profiling a node.js app.
- Real Time Dashboard using GA and dashing
- 10 steps to nodejs nirvana in production
- pstack for node.js
- Profiling node apps