treeform / windy

Windowing library for Nim using OS native APIs.
MIT License
117 stars 16 forks source link

Why does Windy deal with HTTP requests and websockets? #115

Closed radekm closed 1 year ago

radekm commented 1 year ago

Hi,

I'm just curious why does Windy provide HTTP functionality?

It seems that Windy is about making and managing windows on different platforms and HTTP seems like different topic. Is there a reason why does Windy also include HTTP support?

guzba commented 1 year ago

Using OS provided HTTP is the vastly better option vs Nim's HTTP on both Windows and Mac. You don't need to use the APIs if you do not want to.