Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niranjan94/ember-cli-novnc
Embed noVNC in your Ember App
https://github.com/niranjan94/ember-cli-novnc
Last synced: about 2 months ago
JSON representation
Embed noVNC in your Ember App
- Host: GitHub
- URL: https://github.com/niranjan94/ember-cli-novnc
- Owner: niranjan94
- License: mit
- Created: 2018-10-08T12:27:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T07:09:55.000Z (over 5 years ago)
- Last Synced: 2024-10-29T21:06:38.414Z (3 months ago)
- Language: JavaScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ember-cli-novnc
==============================================================================> [noVNC](https://github.com/novnc/noVNC) is a VNC client using HTML5 (Web Sockets, Canvas) with encryption (wss://) support
Embed noVNC widget in your ember applications.
Installation
------------------------------------------------------------------------------```bash
ember install ember-cli-novnc
```Usage
------------------------------------------------------------------------------```html
{{novnc-screen
host='your-vnc-backend.something.org'
port=50000
viewOnly=true
path='websockify'
scaleViewport=true
onConnectedToServer=(action 'onConnectedToServer')
onStatus=(action 'onStatus')
onDisconnectedFromServer=(action 'onDisconnectedFromServer')
onCredentialsRequired=(action 'onCredentialsRequired')
onInit=(action 'onInit')}}
```Contributing
------------------------------------------------------------------------------### Installation
* `git clone https://github.com/niranjan94/ember-cli-novnc`
* `cd ember-cli-novnc`
* `yarn`### Linting
* `yarn run lint:hbs`
* `yarn run lint:js`
* `yarn run lint:js -- --fix`### Running tests
* `ember test` – Runs the test suite on the current Ember version
* `ember test --server` – Runs the test suite in "watch mode"
* `ember try:each` – Runs the test suite against multiple Ember versions### Running the dummy application
* `ember serve`
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
License
------------------------------------------------------------------------------This project is licensed under the [MIT License](LICENSE.md).