News

The user is prompted to enter a username and password. The client checks if the inputted data is valid by checking characters and if it's valid it opens a connection to the server, sends the message ...
The JSON is then serialized with json_serialize_to_string() and sent to the server using the send_to_server() function. To parse the data received from the server, I created the convert_to_json ...