6 ms·
Great initiative from the folks at tokio. How does it aim to be different from loco.rs https://github.com/loco-rs/loco https://github.com/loco-rs/loco?
by swaptr 2mo ago
Great initiative from the folks at tokio. How does it aim to be different from loco.rs https://github.com/loco-rs/loco https://github.com/loco-rs/loco?
- carllerche 2mo agoBoth Loco and Topcoat aims to be "batteries included" but that means very different things to each project. Topcoat aims to make it easy to build reactive apps without writing any browser JS (or Rust). It uses a similar strategy to Hotwire, HTMX, Datastar, ... It also will default to using the Toasty ORM (though topcoat is modular so you a swap it out). Topcoat is very young and there is a lot more to build.
- dxxvi 2mo agoThe last loco.rs release was 1 year ago. I wonder what happens with it.