![Logo](/Lightbug-HQ/lightbug_http/raw/9441ee8f7e0d08fd9d16eb287785d9c651b7bed2/static/logo.png)
Simple and fast HTTP framework for Mojo! 🔥
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Lightbug is a simple and sweet HTTP framework for Mojo that builds on best practice from systems programming, such as the Golang FastHTTP and Rust may_minihttp.
It currently has the following features:
- ..
We're aiming to get to a feature set similar to Python frameworks like Starlette, but with better performance.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Clone the repo
git clone https://github.com/saviorand/mojo-web
- Enjoy!
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
- Mojo-http (this repo)
- TODOs
- Mojo-api
- Experience of Django, Speed of Rust
- Mojo-web
- Ditch NextJS, Mojo full-stack framework
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/saviorand/mojo-web
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!
- FastHTTP (Golang)
- may_minihttp (Rust)
- FireTCP (One of the earliest Mojo TCP implementations!)