Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.3 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.3 KB

Code Engine Using Redis PubSub and Node.js

This is a demo of Redis PubSub model using Node.js.

Installation/Setup

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

Screenshots

Welcome Screen with all options Screenshot

Submitted code with sample tracking id Screenshot

Check the status of submitted code Screenshot

History of all submitted codes Screenshot

Preview the output Screenshot