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.
433 learners
Level Basic
Course period Unlimited

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.
server.go
This is a Router that defines APIs.
Please refer to the section 이러면 Skelton 서버가 구축이 됩니다.
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.




