2020-04-20 UTC
# plut4rch im trying to create a dynamic web application where users can view and post meetings, all on a single page that doesn't reload. My first step was learning how to make asynchronous GET requests in JS, and transform the JSON into HTML and update the DOM. My next step has been attempting to create a backend in PHP that returns JSON, and I'm a bit lost. I was thinking of having a series of scripts on my web server that when