Initial Load to game play start:
- Flutter Web 6.61 seconds
- Jaspr 3.45 seconds
- Dart Web 3.01
Dart Web Client Programming Head to Head: Flutter, Jaspr, and Dart Web
Dart Web Client Programming Head to Head: Flutter, Jaspr, and Dart Web
A big part of the Dart Snake project was so that I could evaluate the experiences of using Dart for server side development. A year ago I looked at the REST server landscape with this post and how Dart compared to Go in that respect . The Dart Snake project instead let me look at how well Dart worked for the front end by doing three different implementations for the web: Flutter Web, Jaspr, and plain old Dart Web Standard Libraries. In this post I compare these technologies with respect to the development experience and performance. If you’d like to play any of these versions to compare directly you can find the links below: Dart Web Snake Jaspr Web Snake Flutter Web Snake