강의

멘토링

커뮤니티

Programming

/

Back-end

Building a Stateful Service for Large-Scale Chat TPS

I'll show you everything about how to build servers for stateful services and how zero-downtime deployment works.

(4.4) 16 reviews

433 learners

Level Basic

Course period Unlimited

  • July
Node.js
Node.js
MySQL
MySQL
Go
Go
Kafka
Kafka
websockets
websockets
Node.js
Node.js
MySQL
MySQL
Go
Go
Kafka
Kafka
websockets
websockets

Code changes are missing.

Those who are listening to the original 1st lecture may feel a little confused.

 

In this existing structure

/network /network.go /socket.go

 

The structure has been changed as follows:

/network /network.go /server.go /socket.go /util.go

 

For the convenience of the lecture, I have built a basic skeleton in advance.

Rather than seeing it as an omission, it's something I just didn't pay attention to.

 

Please refer to the following sections and apply.

 

  1. server.go

This is a Router that defines APIs.

Please refer to the section 이러면 Skelton 서버가 구축이 됩니다.

 

  1. utils.go

There is a normalization function for the response.
처음 뵙는 분들! 이전 강의에 대한 소스코드를 간단하게 알려드릴게요. You can refer to the section.


We apologize for any inconvenience this may cause you while attending the lecture.

Comment