I'm trying to assess the advantages and disadvantages of implementing a Django application with real time capabilities with Socket.io versus Swamp Dragon. I understand that Socket has a much larger developer network and some good documentation, but that Swamp Dragon is built specifically for Django/is wrapped for Python. I have no problem with more JS overhead in Socket's case, nonetheless.
Does anyone have experience with using either of these (preferably Socket 1.0 and Django 1.6 or higher)? Are there any resources you might be able to point me in the direction of? I'm aware of this Django module (which has a failing build and uses an old version of Socket), and articles like Max Burstein's. Simply looking for a few more resources or possible frameworks to consider. Thanks.