
🌩️ 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")
})

🚀 Documentation
You can learn how to use it from GitBook
Documentation
📰 License
Apache 2.0
🫅 Authors