Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Latest commit

 

History

73 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zapp

Simple http server with websocket powered live reloading.

Usage

Get zapp

$ npm install -g zapp

Start a simple project

$ mkdir www
$ cd www
$ vim index.html

Write a basic template, then serve it with

$ zapp

Direct your browser at http://localhost:8080/. Start editing index.html.

zappignore

Zapp will read a .zappignore file from the root of the served directory. Each line can be a valid anymatch matcher. Comments start with #.

Note

zapp can only inject the web socket library required for live reloading into HTML files with valid <head> and <body> tags.

License

MIT

About

An http server for web development that compiles Less, Jade, etc and has auto reloading, powered by web sockets.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages