Skip to content

Lightbug-HQ/lightbug_http

Repository files navigation

Contributors Forks Stargazers Issues MIT License [LinkedIn][linkedin-url]


Logo

Lightbug

Simple and fast HTTP framework for Mojo! 🔥
Explore the docs »

View Demo · Report Bug · Request Feature

Overview

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.

(back to top)

Getting Started

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.

Installation

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.

  1. Clone the repo
    git clone https://github.com/saviorand/mojo-web
  2. Enjoy!

(back to top)

Usage

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.

(back to top)

Roadmap

  • 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).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Valentin Erokhin

Project Link: https://github.com/saviorand/mojo-web

(back to top)

Acknowledgments

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!

(back to top)