CrunchyData / pg_eventserv

Small golang server to push PgSQL listen/notify events into websockets
Apache License 2.0
199 stars 14 forks source link

Used libraries `gorilla/mux` and `gorilla/handlers` became archived #6

Open JakobMiksch opened 1 year ago

JakobMiksch commented 1 year ago

The libraries https://github.com/gorilla/mux and https://github.com/gorilla/handlers became archived. It would be good to replace them at one point.

pramsey commented 1 year ago

Events continue apace: https://gorilla.github.io/blog/2023-07-17-project-status-update/

JakobMiksch commented 1 year ago

Great news! In this case we can close the issue, if you agree.