Skip to content

Instantly share code, notes, and snippets.

@Noitidart
Last active March 29, 2021 02:58
Show Gist options
  • Save Noitidart/2531b7cbd155f1c76ab4393e5d2c74c5 to your computer and use it in GitHub Desktop.
Save Noitidart/2531b7cbd155f1c76ab4393e5d2c74c5 to your computer and use it in GitHub Desktop.
The next backend framework to pick for TMA
  • Typescript
  • Output payload type for each status code of endpoint
  • Multi-roles per endpoint
  • Permissions per endpoint (base permissions provided by role, then extra permissions available)
  • Categorize endpoints by roles
  • Complete Datadog tracing
  • Response of JSON endpoints into datadog (i currently can't see 400 messages for what problems in the fields)
  • Log JSON response from endpoints
  • ORM nested populate
  • ORM find by nested populate critiera
  • JWT auth (avoid cookies issues)
  • Some pages should SSR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment