
What you need for this learning path
A modern computer running Windows, Linux, or Mac OS will be sufficient to run
the tools and programs in this book.
The details of the following and alternatives to WebStorm are discussed in Module 1, Chapter 1,
Starting the Text Editor:
- Dart SDK and Dartium (http://www.dartlang.org)
- WebStorm (https://www.jetbrains.com/webstorm/)
- Java (https://java.com/en/download)
- wrk—a HTTP benchmarking tool (https://github.com/wg/wrk)
For the database project, we are using PostgreSQL and pgAdmin:
- PostgreSQL (http://www.postgresql.org/)
- pgAdmin (http://www.pgadmin.org/)
To work with this Module 3 code, you need the Dart SDK and Dart Editor, which you can download from www.dartlang.org. Simply unzip the downloaded file and you are good to go. Because Dart Editor is based on Eclipse, you also need a Java Runtime (http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html). Choose the appropriate version for your system (32-bit or 64-bit); after the download, double-click on the .exe file to install it.