Wednesday, 2 May 2018

Is there a "right" way to architect a node server?

I've been using node+express+react for a while for a handful of personal projects, but I was wondering what the "correct" way to build a node server looks like. Up to this point my projects were small enough that I could keep all my operations/endpoint functions inside the main server file. But now I've started looking into microservices and scalability issues and want to learn more. If anyone has a non-private code base they can share, it would be a great learning experience for me.

Submitted May 02, 2018 at 09:58AM by Tatsuya-

No comments:

Post a Comment