We just published two fixes for socket.io-client:
- Building with - browserifyor- webpackis now completely straightforward. No need to- exclude/ignoreor- noParse/externalsthe- wsmodule.
- Improved the JSONP transport when - socket.io-clientor- engine.io-clientare lazily evaluated or the- <script>tag that included them gets removed.
Get the latest client from the CDN:
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.4/socket.io.min.js"></script>
