saviorand / lightbug_http

Simple and fast HTTP framework for Mojo! 🔥
MIT License
587 stars 37 forks source link

[EPIC] Pure Mojo Networking #2

Closed saviorand closed 10 months ago

saviorand commented 11 months ago

While most of the code is in Mojo, we call Python's socket library in several parts of the code.

saviorand commented 10 months ago

We've added networking based on external_call in the sys package, see here: https://github.com/saviorand/lightbug_http/tree/main/lightbug_http/sys

Curious if anyone has feedback on how to improve. Will re-open/create a new issues based on that!