This is a RESTful API controller app for interacting with a node.js proxy server, for basic controls of the NAD C338 amplifier.
It uses JavaScript for the front-end and Express.js for the back-end server.
From the root directory, run npm run start-servers
to start the collection of servers. Use Ctrl+C to stop the server.
Run npm run api-server
to start the API server. Use Ctrl+C to stop the server.
Run npm run tcp-server
to start the TCP server. Use Ctrl+C to stop the server.
Ensure the binding on port 30001 is available.
See nad-c338-api.yaml for OpenAPI specification for the RESTful API in use