Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 863 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 863 Bytes

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

Wiki

Server API

Client API

Example

https://github.com/suitougreentea/denocg-example

License

MIT

Acknowledgements