swsnu / swppfall2018

22 stars 21 forks source link

Design and Planning 질문 #116

Open leesoojeong opened 5 years ago

leesoojeong commented 5 years ago

Design and Planning 설명 부분에

If there are messages sent between clients and servers, you should identify what messages and what data they contain, and in what format, and in what order they should be sent.

라고 되어있는 부분이 있는데, 그 중에서 'in what order they should be sent.' 부분이 정확히 이해가 잘 되지 않는데 어떤 것의 순서를 말하는 것인지 좀 더 자세히 알 수 있을까요?

ahnjaeshin commented 5 years ago

message들의 순서를 의미합니다.

jiwonkim-park commented 5 years ago

조교님, 죄송하지만 message 가 어떤 것인지 잘 감이 오지를 않아서 추가 설명을 부탁드려도 될까요? json message들의 흐름인지, frontend와 backend사이의 api call인지, 아니면 web socket(messages between clients and servers를 검색해보니 소켓에 대한 설명이 나오더라구요)인지 헷갈리는데 어떤 것에 해당하는지 좀더 알려주시면 감사하겠습니다.

감사합니다!

ahnjaeshin commented 5 years ago

serialized json도 하나의 message가 될 수 있습니다. http이나 web socket은 message를 주고 받는 protocol 입니다.