|
|
|
|
|
by himujjal
1052 days ago
|
|
I loved Nim when I used it first. But I left it because of recursive imports. I had to basically put all my types into one file and use them from various others. For a relatively medium sized project (~10LOC), its a but of a hassle. Refactoring is an issue. That being said, the language is fantastic. Can anybody with experience suggest me what HTTP library/framework do they prefer for servers? |
|
Chronos is probably the most feature rich and uses async. Mummy is newer and uses a threading model. Both are used in production.