vainman
vainman

Reputation: 457

How to use boost websocket to implement sub-protocol

I want to implement a websocket sub-protocol. For example, I have a weboscket server as ws://localhost:1234, now I need one more sub-protocol as ws://localhost:1234/sub.

I know lib-websockets provides this function, but I haven't found it in boost websocket.

Is there any way to achieve this?

Upvotes: 0

Views: 204

Answers (0)

Related Questions