An express webserver based on node.js that connects to a CasparCG Server and sends AMCP Commands.
- Clone the repository
- Open the directory in VS Code
- I think you will need to have npm and node.js installed
- Type "npm install" to install dependencies from npm
- Type "node server.js" into a Terminal with the repositories directory open to start the webserver
- Visit "localhost:3000" in your Webbrowser
- Start your CasparCG Server on localhost
- Send some AMCP Commands!