https://github.com/essamamdani/nodejs-router
Simple router for node.js without using any dependencies like Express JS etc.
https://github.com/essamamdani/nodejs-router
Last synced: 6 months ago
JSON representation
Simple router for node.js without using any dependencies like Express JS etc.
- Host: GitHub
- URL: https://github.com/essamamdani/nodejs-router
- Owner: essamamdani
- Created: 2018-03-17T13:21:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T14:36:50.000Z (over 7 years ago)
- Last Synced: 2025-02-07T02:38:06.071Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easiest NodeJS Routing
Simple router for node.js without using any dependencies like Express JS, etc,.**Step 1: Install**
From source:
```sh
git clone https://github.com/essamamdani/nodejs-router
```**Step 2: Run your server**
```sh
cd 'your installation directory'
npm start
```