Mario Mueller Mario Mueller

I recently made a little prototype for a search server. Normally I would have used Elasticsearch for such a case, but I wanted to write this thing in pure Go. After looking at some alternatives, like a lucene port to Go, which seemed to be ...

Mario Mueller Mario Mueller

This is a followup of my first article about stateful web applications, which you can find here, you may want to read it first. Push state - poll state We are still talking about stateful web applications. In my previous article I’ve talked...

Mario Mueller Mario Mueller

Preface In modern web application we mostly use two sided setups. One is a client - which will be a browser in this case - the other is some sort of server with some sort of application. The languages used on the server side do not matter a...