.. _resources-1: Resources ================== Frameworks ---------------------- - `AdonisJs `__ - NodeJs Web Application Framework. Makes it easy for you to write webapps with less code 😃 - `Express `__ - Fast, unopinionated, minimalist web framework for node. - `Fastify `__ - Fast and low overhead web framework, for Node.js - `hapi `__ - Server Framework for Node.js - `Koa.js `__ - Next generation web framework for Node.js - `Meteor `__, - Meteor, the JavaScript App Platform - `Nest `__, - A progressive Node.js framework for building efficient and scalable server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) heavily inspired by Angular 😻🚀 - `Polka `__ - A micro web server so fast, it'll make you dance! 👯 - `restify `__ - The future of Node.js REST development - `Sails `__, - Realtime MVC Framework for Node.js - `Total.js `__ - Node.js framework General ---------------------- - `OWASP - Secure Headers Project `__ - `OWASP - Session Management Cheat Sheet `__ - `Mozilla Web Security `__ - `securityheaders.com `__ Policies ---------------------- - **CSP:** `CSP Cheat Sheet \| Scott Helme `__, `Content-Security-Policy \| MDN `__, `Content Security Policy Cheat Sheet \| OWASP `__, `Content Security Policy CSP Reference & Examples `__ - **XXP:** `X-XSS-Protection \| MDN `__ - **XFO:** `X-Frame-Options \| MDN `__ - **HSTS:** `Strict-Transport-Security \| MDN `__, `HTTP Strict Transport Security Cheat Sheet \| OWASP `__ - **Referrer:** `A new security header: Referrer Policy \| Scott Helme `__, `Referrer-Policy \| MDN `__ - **Feature:** `A new security header: Feature Policy \| Scott Helme `__, `Feature-Policy \| MDN `__, `Introduction to Feature Policy \| Google Developers `__ - **Cache:** `Cache-Control \| MDN `__