You must log in or register to comment.
I love a real pregramming blog. I actually wrote my own HTTP frontend for my NTP server. It uses the “new Date()” and doesn’t adjust for RTT.
My approach was for all static content to be cached, which is everything except for the raw timestamp. I also ensured the whole website would fit in a single TCP frame if it had to. No repeat round trips.
Here it is, anyway: https://ntp.ubermotive.com/
I should probably try to get better timing adjustment into it. The primary goal was more an exercise in golfing than anything else. The site is seriously small.

