I'm using the pusherapp service which allows me to easily set up websocket apps.
To do this however, I need some server side code to interact with their service.
http://pusherapp.com/docs/libraries
I'm wondering if there's any reason to choose one lang/lib over another. I'm using PHP right now, I can easily swap to node.js or GAE.
Thanks.