Live data from Hacker News

Pglet – Web UI framework for back end developers

github.com

11–20 of 37 posts

Re: Pglet – Web UI framework for back end developers

#12
post #7

I 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.

You need to run a local server via the pglet binary, and add local=True to pglet.app

Re: Pglet – Web UI framework for back end developers

#14
post #12
post #7

I 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.

You need to run a local server via the pglet binary, and add local=True to pglet.app

That's an odd default to send it to the Internet...

Re: Pglet – Web UI framework for back end developers

#15
post #6

Terrible choice for a license. I never go near AGPL.

Why?

Because most of us aren’t in a position where we can give away our code.

There is a minefield regarding using AGPL servers and I prefer working around it.

If I build AGPL code into my code or vice versa however it becomes very clear as far as I cam see: I have to provide a download link to the entire product.

For many of us that is not an option: My clients would of course reject that, and of course I would not use it for my own for-profit projects either.

Re: Pglet – Web UI framework for back end developers

#18
post #6

Earlier quoted context omitted.

Why?

Because most of us aren’t in a position where we can give away our code. There is a minefield regarding using AGPL servers and I prefer working around it. If I build AGPL code into my code or vice versa however it becomes very clear as far as I cam see: I have to provide a download link to the entire product. For many of us that is not an option: My clients would of course reject that, and of course I would not use i…

I realise it's probably still no-go for enterprise, but from 'how it works':

> Pglet UI does not become embedded into your program, but is being served by an out-of-process Pglet server.

Which seems aimed at addressing what you need to share and under what circumstances.

Re: Pglet – Web UI framework for back end developers

#19
post #14
post #12

Earlier quoted context omitted.

You need to run a local server via the pglet binary, and add local=True to pglet.app

That's an odd default to send it to the Internet...

And a disturbing trend that it is becoming so common as to be normalized.

Soon people are going to be asking "you don't have anything to hide, do you" when you want to run and debug locally.

Re: Pglet – Web UI framework for back end developers

#20
post #14

Earlier quoted context omitted.

That's an odd default to send it to the Internet...

And a disturbing trend that it is becoming so common as to be normalized. Soon people are going to be asking "you don't have anything to hide, do you" when you want to run and debug locally.

For me it means that project is just a toy. Maybe an amazing one, but still.

In most of my positions in the past pushing random company data outside is a serious nono. I have enforced and agreed on that myself. So me using recklessly such a project naively thinking it will act politely means I might not have a job any more.

So - maybe I would play with it at home, but if I won't ever use it at a job (AGPL also adds to it), why bother?

Post reply on HN