Tuesday 14 November 2017

How do I create Microsvercies in Node?

I've been looking into employing singular, seperately scalable, Microservices with my current project I'm writing a server for. I intend to add new apps later down the line; meaning more endpoints, maybe more seperate services.One question: how exactly do I create a microservice in Node.js? I've considered child processes with individual Express apps, but then come across the port-sharing problem (actuallly had to give up on this after many roadblocks today). I'm also currently considering writing several little apps that talk through REST, but that also means dealing with different ports in some way or another.

Submitted November 14, 2017 at 08:34PM by Crowesco

No comments:

Post a Comment