[Experimental / PoC] Create broadcast graphics using Deno and a browser (a NodeCG alternative)
Attributes
Includes Deno configuration
Repository
Current version released
4 months ago
denocg
[Experimental / PoC] Create broadcast graphics using Deno and a browser (NodeCG alternative)
Features / Differences from NodeCG
- Built-in strict typings – thanks to the TypeScript native support of Deno
- Simple setup – just import the library (via the remote URL) and call a function in your own project
- Server and Client library are provided – no difference in graphics and dashboards
- Modern API – Promise-based, ES modules
Documentation
Example
https://github.com/suitougreentea/denocg-example
License
Acknowledgements
- The NodeCG devs