|
|
|
|
|
by brigadier132
1027 days ago
|
|
Im using it for a highly multithreaded real time web app. Also i disagree with your assessment, i think rust can really be used for everything. For the business im building the frontend is written in js but everything on the backend is rust. i needed one highly multithreaded realtime server and rust was the right choice for that. For everything else (api, file server) I decided to just use rust too, maintaining a node backend and a rust backend and having to deal with typescript build systems when i could just use rust for everything made my life easier. What ive found is that open source authors interested in releasing libraries in python and nodejs choose to write it once in rust then release python and js libraries using rust ffi. See polars, yrs, rapierjs, lancedb, candle, etc. |
|