httpuppy
TypeScript icon, indicating that this package has built-in type declarations

0.5.7 • Public • Published

HTTPuppy

A simple & speedy abstraction layer for node web servers 🐶

Features

  • simple, easy to use api
  • worker thread support for 🔥 blazing fast response times
  • middleware support
  • router support
  • static directory serving
  • exposes underlying node HTTP API for full customization, just adds helpers
  • command line interface
  • static typed, very handy intellisense
  • familiar express style

Installation

npm i httpuppy
yarn add httpuppy

Command Line Use

npx httpuppy --serve path/to/files

create static dev server which is mounted at path/to/files by default on port 3000

/httpuppy/

    Package Sidebar

    Install

    npm i httpuppy

    Weekly Downloads

    1

    Version

    0.5.7

    License

    AGPL-3.0

    Unpacked Size

    87.2 kB

    Total Files

    40

    Last publish

    Collaborators

    • abschill