This val is part of a series of examples to introduce "val.town" in my computer science course at Stuttgart University of Applied Sciences.

The idea is to motivate even first-semester students not to wait but to put their ideas into practice from the very beginning and implement web apps with frontend and backend.

It contains a very simple HTTP end point responding with a the current server time (i.e., using UTC).

In order to use it, send a request similar to the following

https://rozek-gdi_servertimeservice.web.val.run/

The code was created using Townie - with only very few small manual corrections.

This val is licensed under the MIT License.

Migrated from folder: GDI_Examples/GDI_ServerTimeService