njones / socketio

A Modern SocketIO library for go
MIT License
64 stars 9 forks source link

docs: Please provide an example client to test with the provided server #68

Closed ethanholz closed 1 year ago

ethanholz commented 1 year ago

Hello! I have been trying to use this library but I have run into issues with using it in a real world example. It would be really helpful to see a client example similar to this https://github.com/googollee/go-socket.io/tree/master/_examples. This would help to show how this could be validated and provide context for the server example provided in the README.

njones commented 1 year ago

Updated in #71: Thanks @ethanholz for your Pull Request!