David Cunningham
Results
1
comments of
David Cunningham
No. We don't use any parser beyond the default behavior of the nodejs package server-side. `const io = socketio(server, { path: '/socket', transports: ['websocket'] })` As seen [here](https://socket.io/docs/v4/client-api/#socketemiteventname-args) the emit...