bkkoli / rapidfire

express based web server framework

Home Page:https://www.rapidfirejs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RapidFire

Express Based WebServer Framework

Quick Start

Installation

npm i -S @luasenvy/rapidfire

Startup Web Server

const { RapidFire } = require('@luasenvy/rapidfire')

const rapidFire = new RapidFire({ host: 'localhost', port: 8000 })

rapidFire.ignition()

http://localhost:8000 will response Cannot GET /

Benefit

  • Lightweight
    • Depends On: express, body-parser, debug Only.
  • Make Directory Structure What You Need.
  • Making Project Skeleton Rapidly.
  • Friendly Structure Module Concept
  • Simple Lifecycle.

Roadmap

Core

  • Base Directory Structure
  • Middleware Ordering & Piping

Interfaces

  • Controller
  • ServiceLoader
  • Service
  • Middleware

Documentation

Documentation

Examples

License

BEERWARE

About

express based web server framework

https://www.rapidfirejs.com

License:Other


Languages

Language:JavaScript 100.0%