Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gorilla Web Toolkit is abandoned #100

Open
nsheridan opened this issue Sep 6, 2022 · 2 comments
Open

Gorilla Web Toolkit is abandoned #100

nsheridan opened this issue Sep 6, 2022 · 2 comments

Comments

@nsheridan
Copy link
Owner

nsheridan commented Sep 6, 2022

gorilla/mux#659

Maybe replace Gorilla with something else


Cashier uses Gorilla for

  • csrf
  • mux
  • sessions
  • some middleware handlers (http compression, logging)
@allentv
Copy link
Contributor

allentv commented Sep 28, 2022

Maybe go-chi or Gin?

@allentv
Copy link
Contributor

allentv commented Sep 28, 2022

If you want to serve files directly from the filesystem, then Gin might be a better alternative. It has a lot of handy helper functions and performant (claims!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants