Communication Between Chrome Extension and Local Application
Use local web server to achieve communication between Chrome extension and local program.
read more »Use local web server to achieve communication between Chrome extension and local program.
read more »Make my static website become like a mobile app via Progressive Web App (PWA).
read more »Build Chrome Extension with Go, compiled to JavaScript via GopherJS. This post show you how to build Chrome extension that convert the web page of Simplified Chinese website to Traditional Chinese.
read more »Embed data/assets/resources/binary in Go code, and compiled by GopherJS to a single JavaScript file which runs on the front-end browser.
read more »GitHub Pages set Content-Type according to the name of symlink, not the file name that the symlink references to.
read more »Go front-end programming - online service for conversion of Traditional and Simplified Chinese via GopherJS/godom/gojianfan.
read more »Provide input suggest feature via Vue.js. Usually used in dictionary application.
read more »Provide input suggest feature via AngularJS. Usually used in dictionary application.
read more »Change browser URL without reloading web pages - Example for how to use HTML history API.
read more »Server get HTML form value from HTTP POST in Go programming language.
read more »Implement gettext function on front-end (browsers) by GopherJS. The gettext function translates a text string into the user's native language.
read more »Run Golang program in your browser by GopherJS. Show how to make cross-domain requests (CORS) by JSONP (JSON with Padding) technique, which allows data to be retrieved from servers of other domains. This is an example of full-stack Go, which uses Golang to develop web applications in both front-end and backend.
read more »Run Golang program in your browser by GopherJS. Use XMLHttpRequest (XHR) to send HTTP POST requests to send JSON data to remote server. This is an example of full-stack Go, which uses Golang to develop web applications in both front-end and backend.
read more »Use xgettext (one of GNU gettext utilities) to extract translatable strings from HTML templates of Go html/template.
read more »i18n (Internationalization) Go web applications by GNU gettext tools and html/template. Use PO and MO files generated by gettext in Golang web application to render HTML of specific languages by html/template.
read more »Online snake game using Go programming language, compiled to JavaScript by GopherJS. (GopherJS DOM example)
read more »Online Pali (Pāli, Pāḷi) Input Method using Go programming language, compiled to JavaScript by GopherJS. (GopherJS DOM example)
read more »Support multiple languages in your (web) applications, by GNU gettext tools, which include xgettext, msginit, msgmerge, and msgfmt.
read more »i18n and L10n of Google App Engine Python web application, with webapp2, Jinja2, Babel, and pytz.
read more »Show how to pass JSON-format data using HTTP POST between browser (implemented with Dart) and web server (implemented with Go).
read more »Send/receive data to/from Google App Engine Python servers by HTTP POST requests in AJAX way.
read more »Rich text editor with math equation dialog using Google Closure Library.
read more »Simple usage example of Google App Engine Python Datastore.
read more »