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.
435 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.




