van-dev 0.1.15

Dev server with hot reload for Van template engine
Documentation

van-dev

Development server with hot reload for the Van template engine.

Part of the Van template engine.

Overview

Provides the van dev command implementation — an Axum-based HTTP server that:

  • Serves compiled .van pages on the fly
  • Watches for file changes via notify
  • Pushes hot reload updates to the browser via WebSocket
// Used internally by the van CLI
van_dev::start(3000).await?;

License

MIT