{"id":16964092,"url":"https://github.com/aesalazar/windowmanagerjsdemo","last_synced_at":"2025-04-11T22:34:44.588Z","repository":{"id":72440384,"uuid":"75397770","full_name":"aesalazar/windowmanagerjsdemo","owner":"aesalazar","description":"Demonstration of the Eikos Partners windowfactoryjs module in Electron, OpenFin, and Web","archived":false,"fork":false,"pushed_at":"2018-02-12T17:35:28.000Z","size":2131,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-25T18:40:36.938Z","etag":null,"topics":["electron-runtime","openfin","windowmanager"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aesalazar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-02T13:25:43.000Z","updated_at":"2022-10-23T13:18:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc303e77-72ae-4385-a9d7-6d619b9033ff","html_url":"https://github.com/aesalazar/windowmanagerjsdemo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aesalazar%2Fwindowmanagerjsdemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aesalazar%2Fwindowmanagerjsdemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aesalazar%2Fwindowmanagerjsdemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aesalazar%2Fwindowmanagerjsdemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aesalazar","download_url":"https://codeload.github.com/aesalazar/windowmanagerjsdemo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248490619,"owners_count":21112799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron-runtime","openfin","windowmanager"],"created_at":"2024-10-13T23:27:10.434Z","updated_at":"2025-04-11T22:34:44.577Z","avatar_url":"https://github.com/aesalazar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Demonstration of windowmanager module in Web, Electron and OpenFin \r\n[![Build Status](https://travis-ci.org/aesalazar/windowmanagerjsdemo.svg?branch=master)](https://travis-ci.org/aesalazar/windowmanagerjsdemo)\r\n\r\nThis is a simple demonstration of the windowmanagerjs module that shows the ability to create draggable windows inside an HTML page regardless of runtime.  A single codeset was written that generates interactive windows in any modern browser OR in native desktop applications contained in the Chromium-based OpenFin and Electron runtimes.  \r\n\r\nThe windowmanagerjs repository referenced by this project can be found here:\r\n\r\n\u003ca target=\"_blank\" href=\"https://github.com/EikosPartners/windowmanagerjs\"\u003eEikos Partners windowmanager on GitHub\u003c/a\u003e\r\n\r\n\u003ca target=\"_blank\" href=\"https://eikospartners.github.io/windowmanagerjs/index.html\"\u003eEikos Partners windowmanager Documentation\u003c/a\u003e\r\n\r\nA production-quality implementation of windowmanagerjs complied for all three runtimes and for Windows, macOS, and Linux can be found here:\r\n\r\n\u003ca target=\"_blank\" href=\"http://blotter.eikospartners.com/install\"\u003eEikos Partners Blotter Demonstration\u003c/a\u003e\r\n\r\nBelow is a breakdown of how to execute this project by runtime.\r\n\r\n\u003ch2\u003eServer\u003c/h2\u003e\r\n\r\nThe backend of the is project is provided via node.js.  It uses standard npm packages to standup an HTTP and WebSocket server that powers the client interfaces and messaging.  After cloning the repository perform an package install:\r\n\r\n      npm install\r\n\r\nTo start the server, simply press F5 in Visual Studio Code or run command line:\r\n\r\n      npm start\r\n\r\nThe server provides all of the HTML and JavaScript content the application will consume.  Also, the server provides an installation page which can be reached at \u003ca href=\"http://localhost:5000/install\" target=\"_blank\"\u003ehttp://localhost:5000/install\u003c/a\u003e for any of the three runtimes.  Or the runtimes can be invoked via command line as explained in the follow sections.  \r\n\r\n\u003ch2\u003eWeb Browser\u003c/h2\u003e\r\n\u003ca href=\"public/images/WebScreeny.gif\" target=\"_blank\"\u003e\r\n    \u003cimg src=\"public/images/WebScreeny.gif\" alt=\"Web Screen Shot\" style=\"border-color:gray; border-style:solid; border-width: 1px; margin: 0 auto; display:block; width:80%;\"  \u003e\r\n\u003c/a\u003e  \r\nWindowmanagerjs supports all modern browsers including Chrome, Firefox, IE, Edge, and Safari.  With the node server running, view the application in a browser through the URL \u003ca href=\"http://localhost:5000/\" target=\"_blank\"\u003ehttp://localhost:5000/\u003c/a\u003e.\r\n\r\n\u003ch2\u003eElectron\u003c/h2\u003e\r\n\r\n\u003ca href=\"public/images/ElectronScreeny.gif\" target=\"_blank\"\u003e\r\n    \u003cimg src=\"public/images/ElectronScreeny.gif\" alt=\"Electron Screen Shot\" style=\"border-color:gray; border-style:solid; border-width: 1px; margin: 0 auto; display:block; width:80%;\" \u003e\r\n\u003c/a\u003e\r\n\r\nElectron is a very popular open-source runtime based on Google's Chromium project that allows for native desktop applications in Windows, macOS, and Linux.  \r\n\r\nWith the node server running, start the application in Electron with following command line in the root folder:\r\n\r\n      npm run electron\r\n\r\nAlso, to compile an installation package for the current operating system run the command:\r\n\r\n      npm run electron-build\r\n\r\nMore information about the Electron runtime \u003ca href=\"http://electron.atom.io/\" target=\"_blank\"\u003ehttp://electron.atom.io/\u003c/a\u003e.\r\n\r\n\u003ch2\u003eOpenFin\u003c/h2\u003e\r\n\r\n\u003ca href=\"public/images/OpenfinScreeny.gif\" target=\"_blank\"\u003e\r\n    \u003cimg style=\"border-color:gray; border-style:solid; border-width: 1px; margin: 0 auto; display:block; width:80%;\" src=\"public/images/OpenfinScreeny.gif\" alt=\"OpenFin Screen Shot\"\u003e\r\n\u003c/a\u003e\r\n\r\nOpenFin is also a Chromium container based on Electron that allows native desktop applications in Windows, macOS and Linux.  Besides all standard Electron functionally, OpenFin  includes subscription-based support with guaranteed response times, enterprise version management, and cross-language APIs (.Net, Java, etc.).  \r\n\r\nWith the node server running, start the application in OpenFin with following command line in the root folder:\r\n\r\n      npm run openfin\r\n\r\nMore information about the OpenFin runtime and the company can be found at \u003ca href=\"https://openfin.co/\" target=\"_blank\"\u003ehttps://openfin.co/\u003c/a\u003e.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faesalazar%2Fwindowmanagerjsdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faesalazar%2Fwindowmanagerjsdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faesalazar%2Fwindowmanagerjsdemo/lists"}