https://novnc.com/info.html

已提交的 URL:
https://novnc.com/
報告完成時間:
連結Text
https://github.com/novnc/noVNCnovnc/noVNC
https://github.com/novnc/noVNC/releasesrelease page
https://groups.google.com/forum/#!forum/novncForum
https://github.com/novnc/noVNC/issuesissue tracker
https://www.w3.org/html/logo/
https://dev.w3.org/html5/websockets/WebSockets
https://dev.w3.org/html5/2dcontext-LC/Canvas
https://github.com/novnc/noVNC/wiki/Contributing contributing guidelines
https://github.com/novnc/noVNC/pullsGitHub
https://groups.google.com/forum/?fromgroups#!forum/novnc noVNC discussion group
名稱類型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
includeFinishedfunction
includeHTMLfunction
setupMenuHandlersfunction
<!DOCTYPE html><html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#494949">

    <link rel="icon" type="image/x-icon" href="noVNC/app/images/icons/novnc.ico">

    <link rel="stylesheet" href="css/info.css">
    <script src="menu.js"></script>

    <title>noVNC</title>
  </head>

  <body><link rel="stylesheet" href="css/gh-fork-ribbon.css" type="text/css">

<a class="github-fork-ribbon fixed" href="https://github.com/novnc/noVNC" title="Fork me on GitHub">Fork me on GitHub</a>

<div id="top_bar">

  <div id="top_content" class="wrapper">

    <a href="info.html" id="logo" class="noVNC_logo">
      <span>no</span>VNC
    </a>

    <div id="menu_icon" class="menu_icon">
      <div></div>
      <div></div>
      <div></div>
    </div>
    <div id="menu">
      <a href="https://github.com/novnc/noVNC/releases">Download</a>
      <a href="noVNC/vnc.html">Demo</a>
      <a href="screenshots.html">Media</a>
      <a href="https://github.com/novnc/noVNC">GitHub</a>
      <a href="https://groups.google.com/forum/#!forum/novnc">Forum</a>
      <a href="https://github.com/novnc/noVNC/issues">Report bug</a>
    </div>

  </div>
</div>



    <div id="description">
      <p class="wrapper">
        <strong>noVNC, the open-source VNC browser client </strong>
        - noVNC is a VNC client JavaScript library as well as an application
        built on top of that library. noVNC runs well in any modern browser,
        including mobile browsers (iOS and Android).

        <br><br>
        <a href="https://www.w3.org/html/logo/">
          <img src="img/html5-badge-h-connectivity-graphics.png" alt="HTML5 Powered with Connectivity / Realtime, and Graphics, 3D &amp; Effects" title="HTML5 Powered with Connectivity / Realtime, and Graphics, 3D &amp; Effects" height="32" align="center">
        </a>
        HTML5
        <a href="https://dev.w3.org/html5/websockets/">WebSockets</a> and
        <a href="https://dev.w3.org/html5/2dcontext-LC/">Canvas</a>
      </p>
    </div>

    <div id="content" class="wrapper">

      <h1>Try it!</h1>
      <p>An online version of the noVNC client is available
        <a href="noVNC/vnc.html">HERE</a>.</p>

      <p>Check out these <a href="screenshots.html">videos and screenshots</a>
        for examples of how noVNC looks.</p>

      <h1>Community</h1>
      <p>noVNC is an active open-source project with numerous users, integrators
        and developers. If you want to contribute, please read our
        <a href="https://github.com/novnc/noVNC/wiki/Contributing">
          contributing guidelines</a> and don't hesitate to submit a pull
        request on <a href="https://github.com/novnc/noVNC/pulls">GitHub</a>.
      </p>
      <p>Use our
        <a href="https://github.com/novnc/noVNC/issues">issue tracker</a>
        if you wish to report a bug. But before opening an issue, please see if
        someone else already had the same problem before. You can also join in
        on the discussion in the
        <a href="https://groups.google.com/forum/?fromgroups#!forum/novnc">
          noVNC discussion group</a>.
      </p>
      <p>There are many companies/projects that have integrated noVNC including
        <a href="https://www.openstack.org">OpenStack</a>,
        <a href="https://opennebula.org">OpenNebula</a>,
        <a href="https://libvncserver.github.io">LibVNCServer</a>, and
        <a href="https://www.cendio.com/products/thinlinc/">ThinLinc</a>.
        See
        <a href="https://github.com/novnc/noVNC/wiki/Projects-and-companies-using-noVNC">
          this wiki page</a>
        for a more complete list with additional info and links.
      </p>
      <p>If you want to integrate the core noVNC library into your project, you
        should check out the
        <a href="https://github.com/novnc/noVNC/blob/master/docs/API.md">
          API documentation</a>. To easily get the core library, you can use
        <a href="https://www.npmjs.com/">NPM</a>:
        </p><pre>npm install @novnc/novnc</pre>
        Please note that what's available on NPM is <b>not</b> the full noVNC
        client; it's only the core modules/library and is lacking a user
        application.
      <p></p>

      <h1>Install</h1>
      <p>noVNC requires a browser with support for modern features; it works
        on all major browsers. Note that noVNC doesn't work in IE. See the
        <a href="https://github.com/novnc/noVNC#browser-requirements">README</a>
        for more details.
      </p>
      <p>Get noVNC by downloading one of the archives from the
        <a href="https://github.com/novnc/noVNC/releases">release page</a>.</p>
      <p>Run a VNC server, run a WebSocket proxy that points to the VNC server,
        load the page, and connect! See the quick-start instructions in the
        project
        <a href="https://github.com/novnc/noVNC/blob/master/README.md#quick-start">
          README</a> for more details.
      </p>

      <h1>License</h1>
      <p><a href="https://www.mozilla.org/MPL/2.0/">MPL-2.0</a></p>
      <p>See the project
        <a href="https://github.com/novnc/noVNC/blob/master/LICENSE.txt">
          LICENSE</a> for more details.
      </p>


      <h1>Notable Authors and Contributors</h1>
      <ul>
        <li><strong>Creator of noVNC</strong>
          : Joel Martin ([email protected])</li>
        <li><strong>Current noVNC core team</strong>
          : Samuel Mannehed, Pierre Ossman</li>
        <li><strong>UI and Icons</strong>
          : Pierre Ossman, Chris Gordon</li>
        <li><strong>Original Logo</strong>
          : Michael Sersen</li>
        <li><strong>tight encoding</strong>
          : Michael Tinglof (Mercuri.ca)</li>
      </ul>


      <div class="footer">
        get the source code on GitHub :
        <a href="https://github.com/novnc/noVNC">novnc/noVNC</a>
      </div>

    </div>


  

</body></html>