https://github.com/alsiola/typerest
Type-safe server with runtime type validation
https://github.com/alsiola/typerest
Last synced: 11 days ago
JSON representation
Type-safe server with runtime type validation
- Host: GitHub
- URL: https://github.com/alsiola/typerest
- Owner: alsiola
- License: mit
- Created: 2019-06-25T16:42:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:55:10.000Z (over 3 years ago)
- Last Synced: 2025-01-02T20:36:15.687Z (over 1 year ago)
- Language: TypeScript
- Size: 234 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeRest
Type- and runtime-safe rest server written in TypeScript on top of express.
Guiding principle is that *all* types should be able to be inferred by usage.
See `demo/index.ts` for usage.
Not production ready.