IronRDP/web-client/iron-remote-desktop-rdp
Benoît Cortier 8bcf362102
chore(release): prepare web packages for publishing (#843)
- iron-remote-desktop v0.6.0
- iron-remote-desktop-rdp v0.3.0
2025-06-27 11:09:06 +03:00
..
public chore(release): prepare web packages for publishing (#843) 2025-06-27 11:09:06 +03:00
src refactor(web): consolidate WASM object constructors as create (#776) 2025-04-23 20:56:11 +03:00
.gitignore refactor(web-client): refactor iron-remote-gui into iron-remote-desktop (#722) 2025-04-11 08:28:27 -04:00
.npmrc refactor(web-client): refactor iron-remote-gui into iron-remote-desktop (#722) 2025-04-11 08:28:27 -04:00
.prettierignore refactor(web-client): refactor iron-remote-gui into iron-remote-desktop (#722) 2025-04-11 08:28:27 -04:00
.prettierrc.yaml refactor(web-client): refactor iron-remote-gui into iron-remote-desktop (#722) 2025-04-11 08:28:27 -04:00
eslint.config.mjs refactor(web-client): refactor iron-remote-gui into iron-remote-desktop (#722) 2025-04-11 08:28:27 -04:00
package-lock.json chore(release): prepare npm packages (#819) 2025-06-11 14:41:43 +00:00
package.json chore(release): prepare npm packages (#819) 2025-06-11 14:41:43 +00:00
pre-build.js refactor(web-client): refactor iron-remote-gui into iron-remote-desktop (#722) 2025-04-11 08:28:27 -04:00
README.md refactor(web-client): refactor iron-remote-gui into iron-remote-desktop (#722) 2025-04-11 08:28:27 -04:00
tsconfig.json refactor(web-client): refactor iron-remote-gui into iron-remote-desktop (#722) 2025-04-11 08:28:27 -04:00
tsconfig.node.json refactor(web-client): refactor iron-remote-gui into iron-remote-desktop (#722) 2025-04-11 08:28:27 -04:00
vite.config.ts refactor(web-client): refactor iron-remote-gui into iron-remote-desktop (#722) 2025-04-11 08:28:27 -04:00

Iron Remote Desktop RDP

This is implementation of RemoteDesktopModule interface from iron-remote-desktop for RDP connection.

Development

Make your modification in the source code then use iron-svelte-client to test.

Build

Run npm run build

Usage

As member of the Devolutions organization, you can import the Web Component from JFrog Artifactory by running the following npm command:

$ npm install @devolutions/iron-remote-desktop-rdp

Otherwise, you can run npm install targeting the dist/ folder directly.

Import the iron-remote-desktop-rdp.umd.cjs from node_modules/ folder.