babl-ws / babl

Low-latency WebSocket Server
https://babl.ws
Apache License 2.0
68 stars 22 forks source link

Web socket client #112

Closed vad0 closed 2 years ago

vad0 commented 2 years ago

Hi! I see that there is a basic web socket client for testing purposes in the project. It would be good to see the proper low latency web socket (wss) client in one of the future releases. Are there any plans for it?

epickrram commented 2 years ago

Hi @vad0, the client was created in order to run benchmarks against babl. As such, it is not fully-featured, or extensively tested. If you would like to submit a PR containing improvements to the client, making it suitable for production use, I would be happy to review/merge.

vad0 commented 2 years ago

OK, maybe we will do this in the near months. Now we use vert.x for this, but would like to move to a library which allows to poll sockets from our own thread.