Recently, while building out a web application for RingDNA, I ran into a couple issues regarding websockets:
1) Amazon EC2 load-balancers do not support websockets (yet). I knew this, but had never implemented a solution.
2) Twilio applications point to webservice URLs, so developing locally…