https://github.com/andersevenrud/xpra-html5-client
Xpra HTML5 client written in TypeScript
https://github.com/andersevenrud/xpra-html5-client
remote-desktop streaming xpra
Last synced: 19 days ago
JSON representation
Xpra HTML5 client written in TypeScript
- Host: GitHub
- URL: https://github.com/andersevenrud/xpra-html5-client
- Owner: andersevenrud
- License: mpl-2.0
- Created: 2018-10-06T20:15:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T22:33:28.000Z (about 1 year ago)
- Last Synced: 2025-08-29T15:49:05.690Z (about 2 months ago)
- Topics: remote-desktop, streaming, xpra
- Language: TypeScript
- Homepage: https://andersevenrud.github.io/xpra-html5-client/ts/client/
- Size: 59.7 MB
- Stars: 36
- Watchers: 6
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# xpra-html5-client

## About
A monorepo for a Xpra HTML client written in TypeScript, including a user interface using React.
Focuses on modularity and embedding. Based off the [official](https://github.com/Xpra-org/xpra-html5) client.
**This is a [work in progress](https://github.com/andersevenrud/xpra-html5-client/issues/3)**.
## Requirements
Any modern browser (no Internet Explorer) and an Xpra server.
## Installation
*No pre-build user interface is provided at this moment, only npm packages for custom integration.*
*Refer to the documentation below in order to set up your own development environment or how to build your own with the provided sources.*
**[Live demo](https://andersevenrud.github.io/xpra-html5-client/ts/client/)**
## Documentation
* [Development](docs/development.md)
* [Integration](docs/integration.md)
* [Architecture](docs/architecture.md)
* [API](https://andersevenrud.github.io/xpra-html5-client/ts/docs/modules.html)## License
Mozilla Public License Version 2.0
---
This repository is based on the official Xpra HTML5 client sources
> Copyright Copyright (C) 2016-2022 Antoine Martin
>
> Licensed under MPL 2.0, see: http://www.mozilla.org/MPL/2.0/
>
> https://github.com/Xpra-org/xpra-html5/blob/master/LICENSE---
X11 Logo
> The X Window System is a trademark of The Open Group.
>
> Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
>
> https://creativecommons.org/licenses/by-sa/3.0/