XEO Framework
XEO is a minimalist, high-performance web framework built from scratch in Rust.
🛠Getting Started
Prerequisites
Ensure you have an index.html file in the root directory of your project.
Basic Usage
In your main.rs, initialize the XEO server:
use ;
Run the Server
Then, open your browser and navigate to http://127.0.0.1:8080.
License
This project is licensed under the MIT License.