|
|
|
|
|
by wtetzner
1944 days ago
|
|
It may also come down to what else the web service needs to do. If you're just doing a CRUD app, you're probably right. But if you're wrapping some complex logic that itself makes sense to writ in Rust, then I can see why you might want to write the web interface to it in Rust as well. |
|