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
+11-18Lines changed: 11 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,10 @@ Lightbug is a simple and sweet HTTP framework for Mojo that builds on best pract
29
29
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.
30
30
31
31
Lightbug currently has the following features:
32
-
-[x] Pure Mojo networking! No dependencies on Python by default
33
-
-[x] TCP-based server and client implementation
34
-
-[x] Assign your own custom handler to a route
35
-
-[x] Craft HTTP requests and responses with built-in primitives
36
-
-[x] Everything is fully typed, with no `def` functions used
32
+
-[x] Pure Mojo! No Python dependencies. Everything is fully typed, with no `def` functions used
0 commit comments