|
|
|
|
|
by ccanassa
224 days ago
|
|
Sounds like a hammer-and-nail problem to me. Django works perfectly with green threads. It’s a superior model to async and avoids the whole function-coloring mess. I’ve seen Django setups outperform Go-based services running under similar conditions. JavaScript is a terrible language and should only be used when there’s absolutely no alternative, such as in browsers. |
|