Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Developing a Multi Screen Web Interface -- such as the Bloomberg terminal

I am looking to build a web based app that needs a multi-screen interface.

To make that possible I'm looking for the following:

  1. Any front end libraries that make that possible -- for example jQuery plugins.
  2. Any design patterns I should look at.
  3. Any successful open source implementations of web based multi-screen interfaces.

enter image description here

like image 521
user1172468 Avatar asked Dec 17 '12 08:12

user1172468


1 Answers

Have a look at https://golden-layout.com/ , it has build in support for popping-out components into new browser windows.

like image 50
wolframhempel Avatar answered Oct 21 '22 10:10

wolframhempel