Sunday, 16 February 2020

Communication for Microservices all on the same server

Hi there,So I’m working with my team to modernize an enterprise app that we’re slowly porting to ExpressJS. Currently the app is a monolith expressJS but we’ve agreed microservices is the way to go. So here’s the tricky part because it’s a govt owned server and app so we’re constrained to our current windows 2008 server(until we can get the entire app ported) because the current enterprise framework the app runs on isn’t supported on newer platforms.All microservices would be running on the same server and somehow communication between one another (IPC)? We can’t use docker because Hyper-V isn’t enabled so it wont run. What technologies would you recommend when running all microservices on the same server for communication within each other? I’ve briefly seen RabbitMQ but wasn’t sure if there are better options. Thanks!

Submitted February 16, 2020 at 04:16PM by akash227

No comments:

Post a Comment