Homework 0 clarifications

Homework 0 clarifications

by Cristina Basescu -
Number of replies: 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.

In reply to Cristina Basescu

Re: Homework 0 clarifications

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