Introduction to NestJs — Build a Showcase Server Efficiently

Jen-Hsuan Hsieh (Sean)
A Layman
Published in
5 min readSep 21, 2021

--

Introduction

NestJs is a Progressive JavaScript framework for Node.js. It’s based on TypeScript and the most advantage of NestJs is providing an abstract layer for improving the architecture for Node.js applications.

Build showcase server for rendering

For showing the demo static pages, there are a few common choices like Codepen, Sandbox, or Github page, etc. However, it’s not easy when we want to browse them from everywhere.

So an idea is to create a server for retrieving and rendering static files from somewhere and it’s suitable to choose Node.js for building the server. There are a few steps for this service with the following simple structure.

--

--

Jen-Hsuan Hsieh (Sean)
A Layman

Frontend Developer🚀 Angular • React • Nest • Electron • Micro-frontend • Monorepo Architecture • https://daily-learning.herokuapp.com/