As part of understanding the concept of vert.x and integrating with react.js,node.js with deployments in docker & Kubernetes I have developed some application, I hope it will help you to do a quick start on your learning journey
git clone https://github.com/askeralim/vertx.git
A Very Basic react.js project to understand the App rendering with component onclick functionalities .
Here I am migrating the project-1 application into a docker image. Refer the following link. Run the chat-app with docker
Project 3: Complete ChatApp - Using React.js and Vert.x EventBus within Clustered network using docker-compose
Here I am migrating my existing React.js ChatApp I developed earlier to a Vert.x event bus based Application. I have used following technologies and libraries to develop this scalable application.
- Vert.x
- React.js
- Redux.js
- Docker-Compose
- SpringBoot
- MongoDB
- Maven
- JWT
- NGINX
Run the Vert.x React.js chat-app with docker-compose
- Integrate ChatBoat using the Machinelearning NeuralNetwork Algorithms with "Cornell Movie-Dialogs Corpus"
- Integrate Apache Kafka for message delivery - It will ensure scalable, fault-tolerant and persistance features. Kafka stream can be used to apply realtime data analysis with Machine learning algorithms.