Show KN: I am trying to write a simple `lwan` (a w...
# server
q
Show KN: I am trying to write a simple
lwan
(a web framework in C) wrapper in #kotlin-native. Any suggestion for how you design a web framework/want to structure your api?
g
Just a side note, you can enable unsigned types globally using compiler flag. This is will be easier to use and if you don’t care about exposing experimental API or it’s application, not a library