Simulate 100s of clients in Meteor
· β 2 min read · π€ Naresh Mehta
Meteor is a subscribe publish based application development framework which allows for rapid application development using the same code base. I had the chance of working on one of the most demanding meteor applications ever written. The client is a high profile company working with automation. So basically one of the problems they faced was to simulate tens of thousands of devices in a virtual environment. One of the most logical ways to go would be to dockerizeΒ the client and then use docker swarm mode to auto scale the clients. But the code base right now is a monolith and hence dividing the different functionality into micro-services isΒ doable but will take a long time. The client wanted this done like the day before I got my hands dirty.