Designing my Server Architecture for Scalable Web Applications
This video is sponsored by Brilliant To master computer science and support my channel use my link :) In this video I decided to share my research over the past few weeks since I have encountered many roadblocks when designing my server architecture. My current design is just a single node js + express application which handles all routes for my front end, back end + any other web apps I want to integrate. This is design is okay for small websites but as soon as you want to do multiple apps it becomes problematic. Pretty sure my new design is called a microservices approach. and lately I ve just done a lot of research on what tech would best suit my needs. A few things I didn t get the chance to mention in this video. . 1) I don t actually know JavaScript that well tbh. . any real algorithmic processing I will do in c++ or c and then integrate that code using the node ffi library. 2) I only want to use JavaScript, node js and express to act as the glue between my progr
|
|