rxue / dictionary

Practice in Java EE
1 stars 0 forks source link

dictionary/web : LEARNING : Make the search history display by means of WebSocket #105

Closed rxue closed 10 months ago

rxue commented 10 months ago

TODO:

  1. add on the right part of the page a section for displaying the search history in real-time
rxue commented 10 months ago

Since each search action is an HTTP request, and it happens frequently by the nature of this app => WebSocket is not a good fit to display the history