An open API service indexing awesome lists of open source software.

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.

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
```