tmc / grpc-websocket-proxy

A proxy to transparently upgrade grpc-gateway streaming endpoints to use websockets
MIT License
553 stars 72 forks source link

Replace "gorilla/websocket" with "shiguredo/websocket" #34

Open fujimoto-s opened 1 year ago

fujimoto-s commented 1 year ago

"gorilla/websocket" had been archived. It means no update including security updates will be provided for the module.

"shiguredo/websocket" is a forked repository from "gorilla/websocket", and the maintainer states that he will do some maintenance. This commit modifies to use "shiguredo/websocket" for the time being.