npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@npdtech/novnc

v1.3.0

Published

An HTML5 VNC client

Downloads

6

Readme

npdVNC Web Front-End

npdVNC provides remote web-based access to a Desktop or application. While VNC is in the name, npdVNC differs from other VNC variants such as TigerVNC, RealVNC, and TurboVNC. npdVNC has broken from the RFB specification which defines VNC, in order to support modern technologies and increase security. npdVNC is accessed by users from any modern browser and does not support legacy VNC viewer applications. npdVNC uses a modern YAML based configuration at the server and user level, allowing for ease of management.

npd Technologies developed npd Workspaces, the Containerized Streaming Platform. npd has open-sourced the Workspace docker images, which include containerized full desktops and apps and base images intended for developers to create custimized streaming containers. These containers can be used standalone or within the npd Workspaces Platform which provides a full Enterprise feature set.

News/Help/Contact

For support with npdVNC, post on the npdVNC Project.

Documentation

Do not use the README from the master branch, unless you are compiling npdVNC yourself from the tip of master. Use the documentation for your specific release.

For beta releases prior to version 1.0.0, use the README in this github project on the tagged commit for that release.

Features

  • Webp image compression for better bandwidth usage
  • Automatic mixing of webp and jpeg based on CPU availability on server
  • WebRTC UDP Transit
  • Lossless QOI Image format for Local LAN
  • Dynamic jpeg/webp image coompression quality settings based on screen change rates
  • Seemless clipboard support (on Chromium based browsers)
  • Binary clipboard support for text, images, and formatted text (on Chromium based browsers)
  • Allow client to set/change most configuration settings
  • Multi-User support with permissions that can be changed via the API
  • Web UI uses a webpack for faster load times.
  • Network and CPU bottleneck statistics
  • Relative cursor support (game pointer mode)
  • Cursor lock
  • IME support for languages with extended characters
  • Better mobile support

Screenshots

Browser Requirements

For a full listing of features and minimum browser version required for each browser, see this npdVNC Wiki Article.

Server Requirements

npdVNC is an absolute requirement. This fork of noVNC is explicitly modified to work with npdVNC and breaks the RFB specification. It will not work with legacy VNC servers.

Running noVNC

npdVNC has a built in web server and the web code is baked into npdVNC. There are no instructions to provide, just install npdVNC follow the instructions to configure and run it.

Development

The noVNC code is webpacked for performance reasons. The CI pipeline in the npdVNC project is responsible for building the web code and packaging it with npdVNC.