You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our vision is to develop three libraries, with `lightbug_http` (this repo) as a starting point:
103
+
-`lightbug_http` - HTTP infrastructure and basic API development
104
+
-`lightbug_api` - Tools to make great APIs fast, with support for OpenAPI spec and domain driven design
105
+
-`lightbug_web` - Full-stack web framework for Mojo, similar to NextJS or SvelteKit
106
+
107
+
The idea is to get to a point where the entire codebase of a simple modern web application can be written in Mojo.
108
+
109
+
We don't make any promises, though -- this is just a vision, and whether we get there or not depends on many factors, including the support of the community.
110
+
90
111
91
112
See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a full list of proposed features (and known issues).
92
113
@@ -97,7 +118,7 @@ See the [open issues](https://github.com/othneildrew/Best-README-Template/issues
97
118
<!-- CONTRIBUTING -->
98
119
## Contributing
99
120
100
-
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
121
+
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details on how to contribute.
101
122
102
123
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".
103
124
Don't forget to give the project a star! Thanks again!
@@ -148,7 +169,7 @@ Use this space to list resources you find helpful and would like to give credit
0 commit comments