Ngx Remote Desktop

screenshot of Ngx Remote Desktop
angular
scss

Angular component for accessing remote desktops using guacamole

Overview:

ngx-remote-desktop is a powerful Angular component designed specifically for connecting to remote desktops through the guacamole remote desktop gateway. Built for use with Angular 5.0.0+, the component boasts compatibility across major web browsers, including Chrome, Firefox, Edge, and Safari. Its reliance on flex ensures a responsive and fluid user experience, although this does prevent usage in browsers that lack flex support.

With ngx-remote-desktop, you have the flexibility to customize your connection experience. It does not impose any specific styling or presentation library requirements, allowing developers to create a tailored solution that meets their unique needs. Whether you are looking to integrate features like a full-screen mode or need to customize toolbars, this component has you covered.

Features:

  • Fluid Screen Resizing and Scaling: Enjoy a responsive display that adjusts seamlessly to different screen sizes, ensuring an optimal user experience.
  • Full Screen Mode: Easily toggle to full screen for immersive remote desktop access, with the toolbar automatically hiding for an uninterrupted view.
  • Customizable Toolbar: Add as many items to the toolbar as needed and create handlers to fit your specific requirements.
  • Screenshot Functionality: Capture screenshots or thumbnails of your remote desktop session effortlessly with built-in methods.
  • Clipboard Integration: Subscribe to and send data to the remote clipboard, allowing for smooth data transfer between your local and remote desktops.
  • Contextual Status Bar: Optionally display a status bar to provide relevant information about the remote connection, enhancing usability.
  • No Third-Party Library Dependencies: Enjoy the freedom to design without being tied to any particular presentation framework or library, ensuring compatibility and flexibility.
angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.