Tag: Go

Tech Build ultra-speed autocomplete with Go and jQuery [Part 2]

Build ultra-speed autocomplete with Go and jQuery [Part 2]

In the first part we saw how to create the “backend” side with Go, now we need to write the “frontend” part with jQuery: we’ll use jQuery UI Autocomplete. 1. The basic In our HTML document we need to include jQuery and then jQuery UI with a bit of style. After jQuery UI, we put …

Read Article Read More