A two part system built to load balance task between multiple servers (workers).
This was built as a course work and is not practical or efficient solution
Single page web app that connects to workers to allow users convert CSV files to JSON also servers as worker status check and a load balancer
- Nuxt.js - The Intuitive Web Framework 🚀
- Tailwind CSS - A utility-first CSS framework packed with classes 💻
An express server that has two end points / - to get status
& /transfom to upload and convert
CSV files to JSON
PORT = <port number>
NAME = <name to id server>
The idea is to deploy two or more instances of this worker and then load balance between them from the Front-End. Not the must ideal solution but it'll have to do.