For my personal use, I needed to add support of the socket.io MsgPack Parser. Since it's very focused on performance, I think that might be interesting for the rest of the community :)
Oh, in fact I didn't see that package-lock.json was not committed initially.
I removed it. But be careful: not committing package-lock.json is not recommended and lead to a non-deterministic behavior. More information here or here.
Hi 👋,
For my personal use, I needed to add support of the socket.io MsgPack Parser. Since it's very focused on performance, I think that might be interesting for the rest of the community :)