- Works only for Python language.
- Apache Kafka used for queueing the requests and responses from client and server respectively.
- Used websockets for server-client communication.
https://github.com/abhishek-bodapati/Online-Interpreter-with-Kafka.git && cd Online-Interpreter-with-Kafka
- Install and start Apache Zookeeper and Apache Kafka services
npm install
- Run the below commands in new terminal tabs
python server.py
python consumer.py
npm start
- Open http://localhost:3000 in the browser.