saviorand / lightbug_http

Simple and fast HTTP framework for Mojo! 🔥
MIT License
394 stars 27 forks source link

[EPIC] Pure Mojo Networking #2

Closed saviorand closed 5 months ago

saviorand commented 6 months ago

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

saviorand commented 5 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!