browserify-server
Browserify bundling + static server in one!
Last updated 12 years ago by raynos .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install browserify-server 
SYNC missed versions from official npm registry.

browserify-server build status

Spin up a quick & easy browserify server

Example Server

var handler = require("browserify-server")("./static")
    , http = require("http")
    , server = http.createServer(handler).listen(8080)

You now have a HTTP server listening on port 8080 that will server the index.html file in the static folder when you got to / and server the index.js file browserified when you go to /bundle.js

No more browserify boilerplate ever again!

Installation

npm install browserify-server

Tests

make test

Contributors

  • Raynos

MIT Licenced

Current Tags

  • 2.1.18                                ...           latest (12 years ago)

50 Versions

  • 2.1.18                                ...           12 years ago
  • 2.1.17                                ...           12 years ago
  • 2.1.16                                ...           12 years ago
  • 2.1.15                                ...           12 years ago
  • 2.1.14                                ...           12 years ago
  • 2.1.12                                ...           12 years ago
  • 2.1.11                                ...           12 years ago
  • 2.1.10                                ...           12 years ago
  • 2.1.9                                ...           12 years ago
  • 2.1.8                                ...           12 years ago
  • 2.1.7                                ...           12 years ago
  • 2.1.6                                ...           12 years ago
  • 2.1.5                                ...           12 years ago
  • 2.1.2                                ...           12 years ago
  • 2.1.1                                ...           12 years ago
  • 2.1.0                                ...           12 years ago
  • 2.0.4                                ...           12 years ago
  • 2.0.3                                ...           12 years ago
  • 2.0.2                                ...           12 years ago
  • 2.0.1                                ...           12 years ago
  • 2.0.0                                ...           12 years ago
  • 1.2.4                                ...           12 years ago
  • 1.2.3                                ...           12 years ago
  • 1.2.2                                ...           12 years ago
  • 1.2.0                                ...           12 years ago
  • 1.1.4                                ...           12 years ago
  • 1.1.3                                ...           12 years ago
  • 1.1.2                                ...           12 years ago
  • 1.1.1                                ...           12 years ago
  • 1.1.0                                ...           12 years ago
  • 1.0.3                                ...           12 years ago
  • 1.0.2                                ...           12 years ago
  • 1.0.1                                ...           12 years ago
  • 1.0.0                                ...           12 years ago
  • 0.5.6                                ...           12 years ago
  • 0.5.5                                ...           12 years ago
  • 0.5.4                                ...           12 years ago
  • 0.5.3                                ...           12 years ago
  • 0.5.2                                ...           12 years ago
  • 0.5.1                                ...           12 years ago
  • 0.5.0                                ...           12 years ago
  • 0.4.2                                ...           12 years ago
  • 0.4.1                                ...           12 years ago
  • 0.4.0                                ...           12 years ago
  • 0.3.1                                ...           12 years ago
  • 0.3.0                                ...           12 years ago
  • 0.2.1                                ...           12 years ago
  • 0.2.0                                ...           12 years ago
  • 0.1.0                                ...           12 years ago
  • 0.0.1                                ...           12 years ago
Maintainers (1)
Downloads
Today 1
This Week 1
This Month 1
Last Day 0
Last Week 0
Last Month 0
Dependencies (4)
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |