Tag

Quasar

1 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
Dec 4, 2022 · Frontend Development

Popular Vue3 UI Frameworks and Their Features

This article reviews several popular Vue3 UI component libraries—including Ant Design Vue, BalmUI, Wave UI, Vuestic, Element+, Ionic, Naive UI, Quasar, and PrimeVUE—highlighting their official sites, key features, component counts, GitHub popularity, and suitability for building modern, responsive frontend applications.

Ant Design VueIonicQuasar
0 likes · 11 min read
Popular Vue3 UI Frameworks and Their Features
Dada Group Technology
Dada Group Technology
Aug 19, 2022 · Backend Development

Improving High‑Concurrency System Performance with Coroutines and the Quasar Framework

The article analyzes the high load and low CPU utilization problems of a Java service, compares various I/O models, introduces coroutine fundamentals and the Quasar library, demonstrates practical migration steps with code examples, and evaluates the performance gains and risks of adopting coroutine‑based concurrency.

ConcurrencyIO modelJava
0 likes · 19 min read
Improving High‑Concurrency System Performance with Coroutines and the Quasar Framework
Ctrip Technology
Ctrip Technology
Aug 20, 2020 · Backend Development

Improving Java High‑Concurrency I/O Performance with Quasar Coroutines

This article explains how to replace complex Java NIO callback code with lightweight Quasar coroutines to boost throughput, simplify asynchronous programming, and reduce thread usage in high‑concurrency backend systems, while also covering integration with Netty, RPC, and handling of blocking operations.

JavaNIOQuasar
0 likes · 17 min read
Improving Java High‑Concurrency I/O Performance with Quasar Coroutines