Homework 0 clarifications

Homework 0 clarifications

par Cristina Basescu,
Nombre de réponses : 3

When sending a message, the CLI client is expected to send it to the path "/message" of the web server. The path was not specified in the handouts. The CLI basically mimics the GUI sending a message - you can find the GUI implementation in the controller.

En réponse à Cristina Basescu

Re: Homework 0 clarifications

par Bastien Wermeille,

So if I understand correctly, we should interact with the http server. And therefore send an http request instead a creating a simple tcp connection to send our message. Is it correct ?

Thanks in advance.