Skip to content

k1-c/xeno

Repository files navigation

⚡ Xeno

A lightning-fast, portable web framework for Rust

Rust License Status

Tiny core • Universal adapters • Web Standards

Inspired by Hono


⚠️ Experimental Status - This repository is currently in experimental development. Do not use in production environments.

Built on Web Standard Request/Response/Fetch API primitives for maximum compatibility across modern web runtimes. Deploy the same Request → Response core logic across multiple hosting environments through lightweight adapters.

Key Features

  • 🌐 Web Standards Compliant - Built on Request/Response/Fetch API primitives
  • Universal Deployment - Same code runs on Cloudflare Workers, hyper servers, and more
  • 🪶 Minimal Dependencies - Tiny core with essential features only
  • 🔒 Type Safe - Full TypeScript client generation from OpenAPI specs
  • 🚀 Performance Focused - Zero-cost abstractions and minimal runtime overhead

Documentation

Quick Start

git clone https://github.com/k1-c/xeno
cd xeno
cargo build

About

💡 PoC implementation of a web framework in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages