Skip to content

ps2/noVNCgem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noVNC Rails Gem

This gem is an attempt to make noVNC easy to install in a Rails application.

So far, it's fairly basic. There is a Rake task to import code from a checked out git directory to make it easier to import updates from the noVNC project. Future work might include something to make the HTML code available, like a generator.

To use:

Gemfile

gem 'noVNC', :git => "git://github.com/davidw/noVNCgem.git"

load just the minimum to run noVNC

//= require noVNC-min

or load the whole suite

//= require noVNC-all

The original noVNC is available here: http://kanaka.github.com/noVNC/

About

noVNC for your Rails application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%