const socket = new WebSocket('ws://localhost:8081'); const message = { kind: 'balls_of_steel:ChatMessage', data: { message: 'Hi Server!', }, }; socket.send(JSON ...
Updated January 2020: As we have introduced some new features, this tutorial and the code samples have been updated! All the changes from the previous version of this example, read the DIFF.md By ...