mkopylec / charon-spring-boot-starter

Reverse proxy implementation in form of a Spring Boot starter.
Apache License 2.0
245 stars 55 forks source link

Websockets #38

Closed PlasmaPower closed 6 years ago

PlasmaPower commented 6 years ago

Web sockets appear to not work with this. I get a read timed out. Am I missing something, or are they not supported?

mkopylec commented 6 years ago

Currently web sockets are not supported. Charon uses RestTemplate to proxy requests. I'll think about adding web sockets support but I wasn't planning it before.

yrojha4ever commented 4 years ago

Does latest version support web-socket? I am also looking for web-socket as a reverse proxy. Can we reopen this issue as web-socket is now prominent feature on any server/service. Many Thanks.

mkopylec commented 4 years ago

Hi, there is no web-socket support :( This is a quite big feature to implement. I wasn't thinking about it when designing Charon and current Charon's architecture is probably not suitable for introducing web-sockets easily. But if you have some thoughts/ideas how to get this done, please share some PoC by PR.