mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 01:11:13 -06:00
A desktop client for the Symphony Collaboration Platform built using Electron
274f4811f0
* ELECTRON-635: add support for auto launch custom path * ELECTRON-635 - autolaunch aip testing * ELECTRON-635 - Add quot * ELECTRON-635 - Escape quot * ELECTRON-635 - Escape quot * ELECTRON-635 - Fix escape auto launch path * ELECTRON-635 - Fix escape auto launch path * ELECTRON-635 - Fix escape auto launch path * ELECTRON-635 - add empty property to the AUTO_LAUNCH_PATH property * ELECTRON-635 - final fix for auto launch * ELECTRON-635 - Fix auto launch issue * ELECTRON-635 - Fix path escape * ELECTRON-635 - Fix first time launch * ELECTRON-635 - Mock app.getVersion * ELECTRON-635 - Fix per user app path |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
build | ||
config | ||
demo | ||
installer | ||
js | ||
locale | ||
tests | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
DEV_SETUP.md | ||
LICENSE | ||
NOTICE | ||
package.json | ||
PULL_REQUEST_TEMPLATE.md | ||
README.md |
SymphonyElectron
About:
SymphonyElectron is a desktop client of the Symphony Communication Platform built for macOS, Windows 10 and Windows 7. We've built this using the popular electron framework to support cross platform desktop apps loaded in a chromium container
Project Goals:
Our goal is to improve the performance and development agility of Symphony's desktop wrapper and build a path to support other wrappers by:
- Standardizing the JS to native interfaces
- Standardizing the app to app interfaces (current embedding API)
- Provide an open and free reference implementation that anyone can contribute to, modify, and make derivative works.
In order to achieve those goals Symphony is participating and working in close collaboration with the Foundation Desktop Wrapper Working Group
Development Setup & Running
Read Dev Setup