NodeGroup2 / autocomplete-project

An autocomplete app
https://nodetojoy-autocomplete.herokuapp.com/
MIT License
0 stars 2 forks source link

onkeyup() method - server abuse #78

Closed SavageWilliam closed 7 years ago

SavageWilliam commented 7 years ago

This method shoots a request and accepts a response on every single key. (inc. shift for ex)

You could minimise server use by limiting the keys which send a request?

Or look at other JS events?... 'input' is a cool one to check out.

msachi commented 7 years ago

Fixed, thanks!