Skip to content

typetron/typetron

Repository files navigation

Typetron

> **Note:** This project is a prototype in heavy development and not ready for production.

What is Typetron

Typetron 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 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

Getting started

git clone https://github.com/typetron/typetron my-awesome-project
cd my-awesome-project
npm install
npm start

Check http://localhost:8000

Documentation

Check the official website for more details.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Releases

No releases published

Sponsor this project

 

Packages

No packages published