Rohanasan: An extremely fast backend framework built for rust
Made with Performance, optimization and ease of use in mind.
Currently available in C/C++/Rust programming languages only.
Please use a linux/unix/mac kind of os.
How to use in your project?
- Open terminal inside the parent folder where you would like to create the folder of your project
- Run:
- For a start you can add this to main.rs:
use ;
cargo runto run your project.- Go to:
localhost:8080. - Enjoy using Rohanasan!
Discord server link:
Current Features:
- Can run a server at a specified port
- Can serve a folder named static at /static
- Can send files as http response
- Can give you the path, method and protocol
TODO:
- Add feature to change the directory path of the public folder ☑️ Done!!!!
- Asyncronous file request handeling
- Add feature to give the user an option to add index.html to static folder
- Add feature to... currectly its just a pre alpha release I have to add alot of features right now!