venus-server

Crates.iovenus-server
lib.rsvenus-server
version0.1.0
created_at2026-01-02 04:42:11.579295+00
updated_at2026-01-04 14:52:48.51309+00
descriptionWebSocket server for Venus interactive notebooks
homepage
repositoryhttps://github.com/ml-rust/venus
max_upload_size
id2017971
size573,977
Farhan Syah (farhan-syah)

documentation

README

venus-server

Crates.io Documentation License

WebSocket server for Venus interactive notebooks.

Overview

This crate provides the web server backend for Venus's interactive notebook interface:

  • Axum-based WebSocket server - Real-time bidirectional communication
  • File watching - Automatic reload on source changes
  • LSP integration - Download and manage rust-analyzer
  • Embedded frontend - Serves the web UI (optional)

This is an internal implementation crate used by the venus CLI. Most users should use the CLI instead.

Features

  • embedded-frontend (default) - Embed the web UI in the binary

Documentation

For complete documentation, visit:

License

Licensed under the Apache License, Version 2.0. See LICENSE for details.

Commit count: 0

cargo fmt