Closed Technisha closed 2 years ago
Archiving issue.
The whole async part of hata will be cut out into it's own package, resolving this issue partially.
Cool! (This is my new GitHub account btw) Will everything be split up eventually? So websocket client/server (they can be bundled together), http request api, etc?
Cannot guarantee.
That's fair enough
Opened a new repo for hata's async. Help is welcome to make it a better stand-alone library.
Hata currently is amazing, but it's all in one single repo. I think splitting it up into
async
,websockets
,html server
would be a LOT better, because that way people can use your async without downloading everything else, or the same withwebsockets
. Having multiple projects also makes it easier to update code independent from eachother, so you don't have to change a while file to make one thing work, for example.