arjun-g / cfw-express

Cloudflare router inspired by express.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cfw-express

Cloudflare router inspired by express.js interface

npm bundle size

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

About

Cloudflare router inspired by express.js


Languages

Language:JavaScript 100.0%