Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frouriojs/frourio-express
Fast and type-safe full stack framework, for TypeScript
https://github.com/frouriojs/frourio-express
typescript
Last synced: 12 days ago
JSON representation
Fast and type-safe full stack framework, for TypeScript
- Host: GitHub
- URL: https://github.com/frouriojs/frourio-express
- Owner: frouriojs
- License: mit
- Created: 2020-10-06T00:08:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T15:06:40.000Z (4 months ago)
- Last Synced: 2024-07-22T14:17:39.101Z (4 months ago)
- Topics: typescript
- Language: TypeScript
- Homepage: https://frourio.com
- Size: 1.39 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frourio-express
Fast and type-safe full stack framework, for TypeScript
## Why frourio-express ?
Even if you write both the frontend and backend in TypeScript, you can't statically type-check the API's sparsity.
We are always forced to write "Two TypeScript".
We waste a lot of time on dynamic testing using the browser and server.
Frourio-express is a framework for developing web apps quickly and safely in **"One TypeScript"**.
## Documents
https://frourio.com/docs
## License
Frourio-express is licensed under a [MIT License](./LICENSE).