IronRDP/web-client/iron-remote-desktop-rdp
2025-10-07 06:46:35 -04:00
..
public chore(web): bump iron-remote-desktop-rdp to 0.6.1 (#1012) 2025-10-07 06:46:35 -04:00
src feat(web): add outbound WebSocket message size limit extension (#889) 2025-07-31 11:18:36 +00: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.