Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typetron/typetron
Modern Node.js framework for creating fully-featured apps
https://github.com/typetron/typetron
framework node nodejs typescript typescript-framework typetron
Last synced: 3 months ago
JSON representation
Modern Node.js framework for creating fully-featured apps
- Host: GitHub
- URL: https://github.com/typetron/typetron
- Owner: typetron
- License: mit
- Created: 2019-09-22T19:24:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T14:04:35.000Z (12 months ago)
- Last Synced: 2024-05-01T13:25:49.329Z (6 months ago)
- Topics: framework, node, nodejs, typescript, typescript-framework, typetron
- Language: TypeScript
- Homepage: http://typetron.org
- Size: 813 KB
- Stars: 190
- Watchers: 8
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-list - typetron - featured apps | typetron | 123 | (TypeScript)
README
Typetron
> **Note:** This project is a prototype in heavy development and not ready for production.#### What is Typetron
**[Typetron](https://typetron.org)** is a **modern web framework** built for Node.js, written in **Typescript**, that
allows you to build fully featured web applications. What of the key differences of Typetron is that its core packages
were built from scratch in order to preserve the performance. (benchmark coming soon)_(check [the tutorials](https://typetron.org/tutorials) page on how to get started with Typetron)_
#### Features (developed/to be developed)
- Routing
- Controllers
- Middleware
- Query builder
- ORM (Active Record)
- IoC container
- Services
- ServiceProviders
- Persistence (SQL, NoSQL)
- Intuitive directory structure
- Models (aka smart DTOs)
- Forms & Validations
- Utilities/helper functions
- Easy debugging
- Testing
- Authentication
- Error handling
- CLI
- Websocket
- Migrations
- Database seeding
- Authorization
- Sessions
- Mailing
- Worker threads
- GraphQL
- Cache
- HTTP2
- Automatic documentation generation for REST, Websocket and GraphQL
- Modules
- Logging
- Internationalization (i18n)
- Monitoring
- Two-Factor Authentication (2FA)
- OAuth
- Views (HTML rendering)
- HTTP3/QUIC
- Error alerts (from the server directly on pc or phone, Slack or SMS)### Prerequisites
- [NodeJs >=10 LTS](https://nodejs.org)
## Getting started
```shell script
git clone https://github.com/typetron/typetron my-awesome-project
cd my-awesome-project
npm install
npm start
```
Check [http://localhost:8000](http://localhost:8000)## Documentation
Check the [official website](https://typetron.org/docs) for more details.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.