Lad - Node.js Full-Stack Modern Framework (2022)
Node.js framework made by a former @expressjs TC and @koajs team member. Built for @forwardemail, @spamscanner, @breejs, @cabinjs, and @lassjs.
Pinned
Repositories
-
- koa-redirect-loop Public
Prevent redirect loops with sessions since HTTP referrer header is unreliable and ensures sessions are saved upon redirect
- mongoose-common-plugin Public
Common plugin for Mongoose with standard schema fields and localization support
- mongoose-unique-validator Public
Mongoose plugin which adds pre-save validation for unique fields within a Mongoose schema. This makes error handling much easier, since you will get a Mongoose validation error when you attempt to violate a unique constraint, rather than an E11000 error from MongoDB. Fork of the original unmaintained package.