A zero-config static file server with live reloading for Deno, designed for prototyping and Single Page Applications.
Denoliver is a static file server specifically built for the Deno runtime. It serves local files during development with features like live reloading and client-side routing support, enabling rapid prototyping and Single Page Application (SPA) development without external dependencies.
Deno developers who need a simple, zero-config local server for prototyping, testing SPAs, or serving static files during development.
Developers choose Denoliver for its dependency-free design, live reloading, and seamless integration with Deno's modern APIs, offering a lightweight alternative to more complex development servers.
A simple, dependency free static file server for Deno with possibly the worst name ever.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Relies solely on Deno's standard library, eliminating third-party packages and simplifying installation without external management overhead.
Automatically refreshes the browser on file changes by default, speeding up development without additional tools or configuration.
Serves index.html for all unmatched routes, enabling seamless testing of single-page applications with client-side routing like React or Vue.
Supports a denoliver.json file for persistent settings, reducing command-line arguments and streamlining repeated development workflows.
Exclusively tied to the Deno runtime, making it unusable for Node.js projects or environments without switching to Deno.
Requires external tools to generate self-signed certificates for HTTPS, adding setup complexity compared to servers with built-in cert automation.
Explicitly disclaimer states it's not for production use, lacking features like advanced security, error logging, or performance optimizations needed for deployment.