강의

멘토링

커뮤니티

BEST
Programming

/

Back-end

Slack Clone Coding [Backend with NestJS + TypeORM]

Let's learn NestJS, which is called the Spring of Node.js, and experience the convenience of Dependency Injection. Let's learn everything from API development, comparison with Express, deployment, and testing.

(4.6) 102 reviews

1,927 learners

Level Intermediate

Course period Unlimited

  • zerocho
NestJS
NestJS
TypeORM
TypeORM
Express
Express
Node.js
Node.js
NestJS
NestJS
TypeORM
TypeORM
Express
Express
Node.js
Node.js

Regarding the launch of Nest 8 version

Nest version 8 came out yesterday. At first glance, it looks like there's no problem using version 8.

The main content of version 8 is that Socket.IO version 4 is used (version 2 was used in version 7) and ParseFloatPipe, ParseEnumPipe, etc. were added, but this does not affect the course.

There doesn't seem to be any code changes with Socket.IO version 4. When using it raw, it would require a lot of changes, but Nest abstracts it for you, which is convenient.

I will update the source code soon and let you know if there are any peculiarities.

Comment