1.0.11 • Published 8 months ago

lightserverjs v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

LightServerJs

LightServerJs is a lightweight, middleware-driven HTTP server framework for Node.js. It provides a simple way to define routes, use middleware, and manage query parameters and route parameters in your application.


Features

  • Middleware Support: Use global and route-specific middlewares for request processing.
  • Dynamic Route Parameters: Extract parameters from URLs easily.
  • Query String Parsing: Automatically parses query strings for GET requests.
  • Simple and Modular: Built for simplicity and extensibility.

Installation

Install LightServerJs using npm:

npm install lightserverjs
1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.0

8 months ago