mikeabrahamsen / Flask-Meld

Flask-Meld is a library to provide server rendered templates over websockets for Flask applications to build reactive components without Javascript
https://www.flask-meld.dev/
MIT License
313 stars 15 forks source link

Update socket.io client #26

Open mikeabrahamsen opened 3 years ago

mikeabrahamsen commented 3 years ago

New socket.io client is available. The JS source and map can be updated according to: https://flask-socketio.readthedocs.io/en/latest/index.html#version-compatibility

mikeabrahamsen commented 3 years ago

The newest versions of the socket.io client can be found at https://github.com/socketio/socket.io-client/tree/master/dist

Let's try to use the minified versions of the library and the map file: https://github.com/socketio/socket.io-client/blob/master/dist/socket.io.min.js https://github.com/socketio/socket.io-client/blob/master/dist/socket.io.min.js.map