File tree Expand file tree Collapse file tree 2 files changed +1054
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1054
-4
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ Lightbug currently has the following features:
3232 - [x] Pure Mojo HTTP 1.1 server with no Python dependencies. Everything is fully typed, with no ` def ` functions used
3333 - [x] Cookie support
3434
35- ### Check Out These Mojo Libraries:
35+ ### Check Out These Mojo Libraries:
3636
37- - Logging - [ @toasty/stump ] ( https://github.com/thatstoasty/stump )
38- - CLI and Terminal - [ @toasty /prism ] ( https://github.com/thatstoasty/prism ) , [ @toasty /mog ] ( https://github.com/thatstoasty/mog )
39- - Date/Time - [ @mojoto/morrow ] ( https://github.com/mojoto/morrow.mojo ) and [ @toasty /small_time] ( https://github.com/thatstoasty/small_time )
37+ - HTTP Client - [ @thatstoasty/floki ] ( https://github.com/thatstoasty/floki )
38+ - CLI and Terminal - [ @thatstoasty /prism ] ( https://github.com/thatstoasty/prism ) , [ @thatstoasty /mog ] ( https://github.com/thatstoasty/mog )
39+ - Date/Time - [ @mojoto/morrow ] ( https://github.com/mojoto/morrow.mojo ) and [ @thatstoasty /small_time] ( https://github.com/thatstoasty/small_time )
4040
4141<p align =" right " >(<a href =" #readme-top " >back to top</a >)</p >
4242
@@ -176,6 +176,11 @@ struct Welcome(HTTPService):
176176 return NotFound(req.uri.path)
177177```
178178
179+ <!-- Examples -->
180+ ## Examples
181+
182+ Check out the examples directory for more example services built with Lightbug, including an echo server and client implementation!
183+
179184<!-- ROADMAP -->
180185## Roadmap
181186
You can’t perform that action at this time.
0 commit comments