Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodecg

Package Overview
Dependencies
Maintainers
2
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodecg

Live, controllable graphics system rendered in a browser

  • 0.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
291
increased by282.89%
Maintainers
2
Weekly downloads
 
Created
Source

NodeCG

NodeCG is a live graphics system, designed to be used during live stream events. It is based on the overlay system used during the Tip of the Hats 2014 event.

NodeCG provides a basic bundle system for graphics, as well as an admin dashboard for controlling the bundles.

A bundle contains HTML, Javascript, CSS, and any other resources required to produce a certain graphic animation and also contains an admin panel for controlling the animation. See nodecg-samples for some examples of how these bundles are structured.

Installation

Install node.js & npm, then install bower, then run the following:

git clone https://github.com/nodecg/nodecg.git
cd nodecg
npm install
node server.js

Alternatively, if you have forever installed you may run run_nodecg.sh

Usage

  • Open http://localhost:9090/dashboard to see the admin dashboard
  • For each bundle you install, you can see its graphic at http://localhost:9090/view/{bundle-name}/
  • You can configure NodeCG by creating a config.json file.

Making bundles

  • Each bundle has its own folder in /bundles/
  • Each bundle should be its own git repository
  • A nodecg.json file is required in the root directory of your bundle
  • Your bundle may run code on the server via an extension
  • All bundle code (both client and server) has access to the NodeCG API
  • A bundle may have multiple panels and multiple views, though most will only have one of each

Contributing

  1. Fork it ( http://github.com/nodecg/nodecg/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

NodeCG is provided under the MIT license, which is available to read in the [LICENSE][] file. [license]: LICENSE

Credits

Alex "Lange" Van Camp, lead programmer & designer of toth-overlay, contributor to NodeCG
Matt "Bluee" McNamara, contributor to NodeCG
Atmo, original dashboard concept and code

FAQs

Package last updated on 16 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc