JavaScript Server Programming Basics
zdpkdev
We will write server code using the JavaScript-based web framework Express.js to understand basic usage and server operation principles. We will also study that frontend essentially requires a server, and enhance our understanding by learning about the processes behind various techniques such as static serving and dynamic rendering.
입문
JavaScript