"Microservice" architecture is good alternative
"Microservice" architecture is good alternative
Posted Sep 25, 2025 21:04 UTC (Thu) by simlo (guest, #10866)Parent article: Comparing Rust to Carbon
Large monolith programs are in itself a bad idea - especially in memory unsafe languages. So splitting all that C++ code i to smaller programs might be a sane approach, and then add new ones in Rust - or Python or ...
Posted Sep 29, 2025 8:23 UTC (Mon)
by mort (guest, #132348)
[Link]
But because WebRTC is complicated, this C++ helper process still ends up being quite large. It would've been nice if that code too could've been written in something nicer. Carbon is interesting for that.
And then of course we all call into C libraries all the time, either directly or indirectly through a wrapper.
"Microservice" architecture is good alternative
