How to realize real-time update of foreign exchange through interface in php
PHP website is a pull mechanism, and left real-time is not the best solution. If the client obtains information from the server, it will pull the information periodically. If the server obtains data from a third-party platform, it will do a planning task to regularly extract the data and write it into the database. After all, pushing is not our strong point.