Live data from Hacker News

Pglet – Web UI framework for back end developers

github.com

31–37 of 37 posts

Re: Pglet – Web UI framework for back end developers

#33
post #10

Earlier quoted context omitted.

Looks like there's a Go client here https://github.com/pglet/pglet-go

Just looked through the source, that is not a client! There is only a constructor to create a "Page" but the page has no methods, and there is nothing else exported.

Fair enough, I only read the description, didn't check if it was complete.

Re: Pglet – Web UI framework for back end developers

#36

Why isn't it just called Piglet?

already exists: https://ollycope.com/software/piglet-templates/latest/ also this one is very popular too: http://pyglet.org/ I would personally avoid the current name as it sounds phonetically the same as the above.

Also "pg" could be short for page -- as in PgUp or PgDown. So it's kind of cute in a sense.

Re: Pglet – Web UI framework for back end developers

#37
Oh, no, I've missed my HN moment! :) Anyway, hope it's not too late to say hi and answer some questions.

Hi, I'm Feodor - the author of Pglet. The project is still in "alpha" and there is still a lot of experimenting around default modes and API will probably have some breaking changes going forward.

Thank you for the constructive feedback you guys gave here!

Re: licensing - Only Pglet Server is under AGPL at the moment, multi-language client libraries which are embedded in your app are MIT. Selection of AGPL is not final and was mostly influenced by recent fear/trend of big co incorporating your service into their cloud offerings.

Re: remote mode by default - your app code is not being uploaded to console.pglet.io, but it's UI is "streamed" there only. However, I agree this looks scary for the initial experience - will roll it back to "local" mode by default with explicit "publish" option.

Better docs, more examples and other languages support (Go, Rust, Deno) are coming later this year. Stay tuned!

Post reply on HN