Hi! I was recently working on a project and needed to remotely execute something. I solved this by making a small package that would handle this, but realized that by making a few adjustments I could make it an easy tool to use when wanting to distribute your code in a microservice-like way.The premise is simple; you create some servers that can execute functions when requested, then you create a client that will request these functions to be executed. Hook up a load balancer in between them and you’re ready to scale up your appI hope some people will find use in this!The package can be found here: https://www.npmjs.com/package/ezrpc
Submitted March 30, 2020 at 01:06AM by timgfx
No comments:
Post a Comment