This is a demo of Redis PubSub model using Node.js.
Setup a local Redis Server using Docker.Keep the default port number and host name.
docker run -d -p 6379:6379 redis
Make sure you have node.js installed you can check it by using command
node -v
Then clone this repository and follow these commands to install all required packages
cd code-engine
npm i
And finally to start the application to explore features:
npm run start
Welcome Screen with all options
Submitted code with sample tracking id
Check the status of submitted code