Express Based WebServer Framework
npm i -S @luasenvy/rapidfire
const { RapidFire } = require('@luasenvy/rapidfire')
const rapidFire = new RapidFire({ host: 'localhost', port: 8000 })
rapidFire.ignition()
http://localhost:8000
will response Cannot GET /
- Lightweight
- Depends On:
express
,body-parser
,debug
Only.
- Depends On:
- Make Directory Structure What You Need.
- Making Project Skeleton Rapidly.
- Friendly Structure Module Concept
- Simple Lifecycle.
- Base Directory Structure
- Middleware Ordering & Piping
- Controller
- ServiceLoader
- Service
- Middleware
- Serve Plain HTML
- Express Middleware Plugin
- Middleware Ordering
- Elasticsearch
- Mongodb
- GraphQL
express-graphql
withelasticsearch
- Nuxt
- Vite
- Vite
MiddlewareMode
Needentry-server.js
For SSR. But, Not Implemented In This Example. - Vite#setting-up-the-dev-server
- Vite#example-projects
- Vite
BEERWARE