This project explores the feasibility of creating multi-window browser applications appropriate for intensive use-cases such as financial dashboards.
You can read the accompanying blog post here.
This simple project demonstrates what's currently possible with multi-windowed applications in various browsers. It's worth noting that this is an active area of development in Chromium (see "Project Fugu"), so expect frequent changes to occur.
Requirements:
- Use at least Chrome 80
- Enable
Experimental Web Platform features
inchrome://flags
- Ensure you have
yarn
installed - Install dependencies using
yarn install
Run yarn start
and open localhost:8080
Please feel free to raise an issue if you spot any problems or have any questions.
If you're seeing odd window behaviour, it might worth resetting the local storage (e.g. using Chrome Dev Tools).
A new build is automatically deployed to Github pages on every push to master. It uses Github actions, inspired by this blog post.