1.0.11 • Published 7 months ago

lightserverjs v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
7 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

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.0

7 months ago