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

https://github.com/arjun-g/cfw-express

Cloudflare router inspired by express.js
https://github.com/arjun-g/cfw-express

Last synced: about 2 months ago
JSON representation

Cloudflare router inspired by express.js

Awesome Lists containing this project

README

        

# cfw-express
Cloudflare router inspired by express.js interface

![npm bundle size](https://img.shields.io/bundlephobia/minzip/cfw-express)

```
const express = require('cfw-express')
const app = express();

app.get('/', function (req, res) {
res.send('Hello World')
})

app.listen()
```

## Installation

Installation is done using the npm install command:

```
$ npm install cfw-express
```

## Features