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
Copy file name to clipboardExpand all lines: README.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -24,18 +24,23 @@
24
24
25
25
Lightbug is a simple and sweet HTTP framework for Mojo that builds on best practice from systems programming, such as the Golang [FastHTTP](https://github.com/valyala/fasthttp/) and Rust [may_minihttp](https://github.com/Xudong-Huang/may_minihttp/).
26
26
27
-
It currently has the following features:
28
-
-[x] Server listen/serve on a given host/port
27
+
This is not production ready yet. We're aiming to keep up with new developments in Mojo, but it might take some time to get to a point when this is safe to use in real-world applications.
28
+
29
+
Lightbug currently has the following features:
30
+
-[x] Set up a server to listen on a given host/port
29
31
-[x] Assign your own custom handler to a route
32
+
-[x] Craft HTTP requests and responses with built-in primitives
33
+
-[x] Everything is fully typed, with no `def` functions used
30
34
31
35
32
36
We're working on support for the following (contributors welcome!):
33
37
-[ ] Pure Mojo networking (while most of the code is in Mojo, we call Python's `socket` library in several parts of the code)
34
38
-[ ] More request body types (currently only `text/plain`)
0 commit comments