prose / gatekeeper

Enables client-side applications to dance OAuth with GitHub.
MIT License
760 stars 182 forks source link

[V1] Upgrading server framework #43

Open kriswep opened 6 years ago

kriswep commented 6 years ago

Gatekeeper uses express v3 as server framework. This needs to be updated to v4.

Alternatively, we could consider using an alternative framework. I would suggest (micro)[https://github.com/zeit/micro]. It's a lightweight framework, which focuses on new ES2017 syntax and works nicely with async/await. Would work nicely for the few route endpoints we need.