roc-lang / basic-webserver

A basic webserver in Roc
https://roc-lang.github.io/basic-webserver/
Universal Permissive License v1.0
72 stars 15 forks source link

Copy TCP implementation from basic-cli #4

Closed agu-z closed 10 months ago

agu-z commented 10 months ago

It looks like we had all the Roc code for TCP but none of the implementation, so I copied it what I did for basic-cli, and did some minor adjustments so it works here.

Question: I also copied tcp_glue as it was. Should we regenerate here? If so, please let me know what's the right way to do this nowadays.