0.1.3 • Published 2 years ago

httpuppy-router v0.1.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

HTTPuppy

npm.io

A simple & speedy abstraction layer for node web servers :dog:

Features

  • simple, easy to use api
  • worker thread support for :fire: 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

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago