Aller au contenu principal

· Une minute de lecture
Guillermo Rauch

We just published two fixes for socket.io-client:

  • Building with browserify or webpack is now completely straightforward. No need to exclude/ignore or noParse/externals the ws module.

  • Improved the JSONP transport when socket.io-client or engine.io-client are lazily evaluated or the <script> tag that included them gets removed.

· 3 minutes de lecture
Guillermo Rauch

Socket.IO 1.4.0 ship with new features like automatic compression for XHR and WebSockets, lots of bug fixes and significant performance and memory improvements.

· Une minute de lecture
Guillermo Rauch

Socket.IO 1.3.7 includes support for io.js and Node.JS 4.0.0.

<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.3.7/socket.io.min.js"></script>