Developing back-end
This week I mainly focused on the back-end. In this post I would also like to discuss about some Wt classes since Wt currently lacked community support. First and foremost, I would like to discuss about curl. Since the project did not involve any user interface, I had to use curl to transfer data to the server. Unfortunately, I made a mistake at the beginning because I did not implement MIME encoding into the curl command. For example, the curl Read more