react-vnc
Project type
First Timer FriendlyToolsCode FrameworkProject tech
TypeScriptHTML / CSSReactCurrently seeking
- Developers
- Frontend Developers
- Designers
- Maintainers
- Code Reviewers
Contribution overview
Most contributors are in India
Ideal: 1 PR a month
Overview
noVNC is a VNC client web application using which you can view a VNC stream directly on a browser. It uses websockify to convert the VNC stream into a websocket stream, which can be viewed on a browser. This library provides a React
component wrapper around the noVNC
web client.
Using this library, you can easily display a VNC stream on a page of your web application.
Demo
A demo website using the react-vnc
library is hosted on https://roerohan.github.io/react-vnc/.
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
You are requested to follow the contribution guidelines specified in CONTRIBUTING.md while contributing to the project 😄.