1
votes

We have a Netty Websocket based server for HTTP communication. On the client side we can not implement netty and have to rely on plain http client (using apache http client). Is is possible to have a frame based message communication from pure http client to Websocket based server ?

Regards

1

1 Answers