Pglet – Web UI framework for back end developers
1–10 of 37 posts
Re: Pglet – Web UI framework for back end developers
#2I initially interpreted this as pg (postgres) let. Still interesting, but slightly disappointed
Re: Pglet – Web UI framework for back end developers
#3Similar framework for Haskell: https://hackage.haskell.org/package/threepenny-gui
Re: Pglet – Web UI framework for back end developers
#4I wish there was a Go client. Sad that the server is Go but they dont have any released Go bindings.
Re: Pglet – Web UI framework for back end developers
#5Terrible choice for a license. I never go near AGPL.
Re: Pglet – Web UI framework for back end developers
#6Terrible choice for a license. I never go near AGPL.
Why?
Re: Pglet – Web UI framework for back end developers
#7I tried it on a hello world example and was surprised to see that when I run `python test.py` it opens the app at a https://console.pglet.io URL -- it seems to copy my code into the cloud when I run it.
Re: Pglet – Web UI framework for back end developers
#8The tortured ghost of CGI has entered the chat.
Seriously though, for small web apps, or even light REST API this could be useful
Re: Pglet – Web UI framework for back end developers
#9Similar framework for Java: https://github.com/vadimv/rsp
Re: Pglet – Web UI framework for back end developers
#10I wish there was a Go client. Sad that the server is Go but they dont have any released Go bindings.
Looks like there's a Go client here https://github.com/pglet/pglet-go