|
|
|
|
|
by dheera
1869 days ago
|
|
The main problem is that many Python libraries come in only sync flavor and using them together with asyncio is a pain. NodeJS libraries are almost all standardized to async now.
Hell, even Tensorflow.js can give you Promises of computation results. |
|