Socket
Book a DemoInstallSign in
Socket

@kubilaytr/lightroute

Package Overview
Dependencies
Maintainers
1
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.

1.1.4
latest
Source
npmnpm
Version published
Maintainers
1
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 03 Sep 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.