I want to implement the following instant chat function. Since chat history does not need to be saved, does that mean PHP is no longer needed? Just use JS directly?
Storms2020-05-14 11:12:32
Temporary chat records do not need to be stored in the database, and there is no need to use PHP language.