{"library":"browserify-server","type":"library","category":null,"description":"browserify-server is a utility package that integrates Browserify bundling with a simple static file server. It aims to streamline local development by automatically bundling JavaScript files and serving them alongside other static assets, such as HTML and CSS, from a specified directory. The package's primary function is to eliminate boilerplate code typically required to set up a development server with Browserify. Currently at version 2.1.18, its release cadence is effectively inactive, reflecting the broader industry shift away from Browserify as a primary module bundler for new projects. Its key differentiator was its simplicity for Browserify-based workflows, providing a 'zero-config' approach to serving bundles, which has largely been superseded by integrated development servers in modern bundlers like Webpack, Rollup, and Vite.","language":"javascript","status":"abandoned","version":"2.1.18","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install browserify-server","imports":["const handler = require('browserify-server')","/** @typedef {function} BrowserifyServerHandler */\nconst handler = require('browserify-server')","const http = require('http');\nconst handler = require('browserify-server');\nconst server = http.createServer(handler);"]},{"cmd":"yarn add browserify-server","imports":[]},{"cmd":"pnpm add browserify-server","imports":[]}],"homepage":null,"github":"https://github.com/Raynos/browserify-server","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/browserify-server","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/browserify-server/compatibility"}}