Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.