Ealenn / Echo-Server

REST Server Tests (Echo-Server) API / Docker / Kubernetes / Helm
https://ealenn.github.io/Echo-Server
GNU General Public License v3.0
265 stars 53 forks source link

[FEATURE] Websockets #113

Open mecampbellsoup opened 1 year ago

mecampbellsoup commented 1 year ago

Similarly to https://github.com/jmalloc/echo-server, how much work would it be to support WS/WSS?

Ealenn commented 1 year ago

Hello ! This is not planned yet, but feel free to do it !

It's probably super easy to do, maybe the middleware have to be changed to reuse different behavior. It depends what we want, how we want to use/configure it.

In any case, this repository should be easy to read and understand. I created this projet because available Echo-Server on different technology was hard to read and maintain.

In the futur, I wanna change JS to TS 👀 This could be the entrypoint to choose NestJS for example (with WS gateway).