@luasenvy/rapidfire
v0.3.10
Published
express based web server framework
Readme
RapidFire
Express Based WebServer Framework
Quick Start
Installation
npm i -S @luasenvy/rapidfireStartup 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,debugOnly.
- Depends On:
- Make Directory Structure What You Need.
- Making Project Skeleton Rapidly.
- Friendly Structure Module Concept
- Simple Lifecycle.
Roadmap
Core
- [x] Base Directory Structure
- [x] Middleware Ordering & Piping
Interfaces
- [x] Controller
- [x] ServiceLoader
- [x] Service
- [x] Middleware
Documentation
Examples
- [x] Serve Plain HTML
- [x] Express Middleware Plugin
- [x] Middleware Ordering
- [x] Elasticsearch
- [x] Mongodb
- [x] GraphQL
express-graphqlwithelasticsearch
- [x] Nuxt
- [x] Vite
- Vite
MiddlewareModeNeedentry-server.jsFor SSR. But, Not Implemented In This Example. - Vite#setting-up-the-dev-server
- Vite#example-projects
- Vite
License
BEERWARE
