I have a CRUD in PHP developed with the MVC standard, all the interaction with the database is done with PDO, my challenge is, to pass all the data requests asynchronously using Ajax and Json. I have only theoretical knowledge about asynchronous requests and would like to know how best to make this change? is there any framework that can be implemented?
Thank you!