🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@kubilaytr/lightroute

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubilaytr/lightroute

A ligth weight router module just like ExpressJS, it's easy to use and easy to understand and it's a good choice for beginners.

Source
npmnpm
Version
1.1.1
Version published
Maintainers
2
Created
Source

Banner

🌩️ LightRoute

A ligth weight router module just like ExpressJS, it's easy to use and easy to understand and it's a good choice for beginners also professionals.

đź—˝ Features

  • Easy to learn
  • Every functions you need.
  • Lightweight and fast as lightning
  • Cross platform

📦 Installation

You can install LightRoute via NPM/YARN

npm install @kubilaytr/lightroute
yarn add @kubilaytr/lightroute

Lets Start Building 🚀

const lightroute = require("@kubilaytr/lightroute")
const app = new lightroute()

app.get("/", (req,res) => {
    res.text("Hello World!")
})

app.listen(80,function(){
    console.log("Listening 80")
})

lightroute

🚀 Documentation

You can learn how to use it from GitBook

Documentation

đź“° License

Apache 2.0

đź«… Authors

Keywords

lightweight

FAQs

Package last updated on 14 Jun 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