Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@dooboostore/simple-boot-http-server

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dooboostore/simple-boot-http-server

back end http server frameworks

latest
Source
npmnpm
Version
1.0.22
Version published
Maintainers
1
Created
Source

@dooboostore/simple-boot-http-server

NPM version Build and Test License: MIT

Full Documentation: https://dooboostore-develop.github.io/packages/simple-boot-http-server

A lightweight and powerful HTTP web server framework for Node.js, built on @dooboostore/simple-boot.

Features

  • Declarative Routing: Use decorators like @Router, @Route, @GET, @POST, etc., to map URL paths and HTTP methods directly to your controller methods.
  • Middleware via Filters: Intercept the request-response cycle with Filter classes to implement cross-cutting concerns like logging, authentication, and CORS.
  • Lifecycle Endpoints: Hook into the request lifecycle with EndPoint classes that run on request start, close, or error.
  • Integrated Exception Handling: Leverage @simple-boot's AOP capabilities to create robust global error handlers.
  • Built-in Session Management: Easily manage user sessions with a built-in session manager and customizable storage.
  • HTTPS and HTTP/2 Support: Secure your server with HTTPS and HTTP/2 configuration.

Quick Start

npx @dooboostore/create-simple-boot-http-server my-server
cd my-server
npm start

Learn More

The detailed API documentation, including all decorators and usage examples, is available on our documentation website.

Explore the full @dooboostore/simple-boot-http-server documentation »

License

This package is licensed under the MIT License.

Keywords

front

FAQs

Package last updated on 06 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts