EvanDarwin / Expresso

READ-ONLY CLONE - A TypeScript Express framework with Server Side Rendering (SSR)

Home Page:https://expresso.evan.guru/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expresso

pipeline status coverage report

TypeScript + Express + TypeORM + Preact = 💖


Welcome to the Expresso Framework! Expresso is a wrapper around express, which aims to:

  • Reduce redundancy between express projects, without sacrificing any flexibility
  • Ensure code can be fully typed with TypeScript
  • Promote basic application security and defaults
  • Improve async support within express

The Framework

  • Express - The same great express syntax and flexibility
  • Preact - All the power of React in 10KB
  • TypeScript - A powerful superset of JavaScript
  • TypeORM - A powerful ORM with support for a wide variety of databases
  • TSLog - A beautiful TypeScript logger

Features

  • Easily render JSX and XML server-side
  • Asynchronous express routes
  • Minimal overhead & dependencies
  • Easy 404 & 500 error pages

About

READ-ONLY CLONE - A TypeScript Express framework with Server Side Rendering (SSR)

https://expresso.evan.guru/

License:GNU General Public License v3.0


Languages

Language:TypeScript 96.7%Language:JavaScript 3.3%