Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Curated list of express.js resources
- [Tools](#tools)
- [Middleware](#middleware)
- [Security](#security)
- [Boilerplate](#boilerplate)
- [Addons](#addons)

## General
Expand Down Expand Up @@ -105,6 +106,11 @@ Curated list of express.js resources
- [protect](https://github.com/RisingStack/protect) - Out-of-box, proactive protection for common security problems, like SQL injection attacks, XSS attacks, brute force, etc
- [express-sslify](https://github.com/florianheinemann/express-sslify) - Automatically redirects to an HTTPS address

## Boilerplate

- [TypeORM Express TypeScript](https://github.com/mkosir/typeorm-express-typescript) - Minimal Express RESTful API boilerplate. Spin it up with single command. TypeScript, TypeORM, Postgres and Docker with focus on best practices and painless developer experience.
- [ZentinelJS](https://github.com/surelle-ha/ZentinelJS) - Structured to mirror the Laravel directory format for a familiar setup. It includes commands called 'Zentinel CLI' for efficient backend operations and seamless integration.

## Addons

- [Kraken.js](http://krakenjs.com) - kraken is a secure and scalable layer that extends express by providing structure and convention
Expand Down