An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more. Learn more →
Helmet Alternatives
Similar projects and alternatives to helmet
-
javascript-obfuscator
A powerful obfuscator for JavaScript and Node.js
-
Amplication
Amplication: open-source Node.js backend code generator. An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more.
-
-
-
-
spring-boot-kotlin-template
My personal template for a Spring Boot REST webapp
-
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
full-stack-todo
Source code supporting my step-by-step tutorial for the development of a full-stack todo application. (by TracyGJG)
-
spring-boot-kotlin-reactive-template
My personal template for a Spring Boot REST reactive webapp
-
-
-
json-server
Get a full fake REST API with zero coding in less than 30 seconds (seriously)
-
lodash
A modern JavaScript utility library delivering modularity, performance, & extras.
-
Mongoose
MongoDB object modeling designed to work in an asynchronous environment.
-
-
-
-
-
-
cli
Snyk CLI scans and monitors your projects for security vulnerabilities. (by snyk)
-
SurveyJS
A Non-Cloud Alternative to Google Forms that has it all.. SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now.
helmet reviews and mentions
-
Vulnerability Scanning of Node.js Applications
Utilize security headers and middleware to add another layer of security to your Node.js application. Tools like Helmet.js can help you set secure HTTP headers, while middleware can assist in filtering and sanitizing user inputs.
-
Effective use of middleware in express.js: practical approaches
Documentation Link: helmet
-
Full Stack To Do list, a step-by-step tutorial
Helmet helps “sanitise” the input, which might not have come from the UI directly. Mongoose is what is known as an Object Document Modelling (ODM), which defines a structure (schema) for the stored data, making it easier to manage in Express. These additions have been omitted from our example stack purely to simplify the tutorial and focus on the fundamental tiers and interfaces.
-
How is everyone working with web frameworks such as Express with TypeScript?
These days I only use middleware if it's global and has no outputs. Helmet comes to mind.
- What are considerations to make a website secure?
-
Improving Security of Nuxt 3
The nuxt-security module is currently based on two main aspects; OWASP Top 10 for Node.js and Helmet.js.
-
CSP nonce with Node.js and EJS
Imagine, not necessarily because it happens when you are creating an app, having a reasonable amount of scripts and styles to whitelist. The CSP middleware function in the main server file will grow and become sort of ugly and hard to maintain. An excellent alternative would be to use Helmet if you're using Express.
-
Check out my spring boot starter and templates
Helmet Reactive Spring Boot Starter Spring boot starter that helps you secure your app by setting various HTTP header, direct copy of Helmet.js
-
A note from our sponsor - Amplication
amplication.com | 29 Sep 2023
Stats
helmetjs/helmet is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of helmet is TypeScript.