András Belicza

Results 106 comments of András Belicza

There are no planned work on Gowut.

If this is a question, then the answer is yes: it can be used on any operating system supported by Go.

Making it asynchronous could cause more trouble, as client updates could happen out-of-order, and without "serialization" this could have side effects or errors. The library was not designed to synchronize...

Estimation (of effort) requires investigation.

Do you want to serve google.com in your page? You may use a [`gwu.HTML`](https://pkg.go.dev/github.com/icza/gowut/gwu#HTML) element wrapping an HTML ``.

Your proposed solution just provides a textfield component with `type=file`. This is not what is requested in issue #9. The need is for a component which can upload files without...

I haven't started working on file upload as of yet. If there is popular demand for this, I might. Please, if anyone else thinks this is very important, leave your...

I still haven't started working on it yet.

Yes, the [graceful shutdown addition in Go 1.8](https://golang.org/doc/go1.8#http_shutdown) can be used for this.