pglet
Pglet - build internal web apps quickly in the language you already know! (by pglet)
examples
Sample apps for Pglet (by pglet)
pglet | examples | |
---|---|---|
9 | 2 | |
582 | 10 | |
- | - | |
6.5 | 0.0 | |
over 2 years ago | almost 3 years ago | |
Go | Python | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pglet
Posts with mentions or reviews of pglet.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-09.
-
Show HN: Pynecone – web apps in pure Python
It took me a while to re-find a "Python web app" project that has been posted here and that I vaguely remembered. So I am gonna post it here. It's Pglet https://github.com/pglet/pglet and Flet seems to be its spiritual successor.
-
How do you make a python UI that doesn't look like garbage?
Hey, try Pglet - it's very easy to get started and UI looks cool. There is a tutorial how to make a simple To-Do app in Python: https://pglet.io/docs/tutorials/python
-
Building email signup form for Docusaurus with hCaptcha, Cloudflare Pages and Mailgun
Pglet website is made with Docusaurus and hosted on Cloudflare Pages. However, the following solution could be easily adopted for other React-based website frameworks such as Next.js and use a different backend for server-side logic such as Vercel Functions or Deno Deploy.
-
Hacker News top posts: Dec 1, 2021
Pglet – Web UI framework for back end developers\ (25 comments)
- Pglet – Web UI framework for back end developers
-
Creating a web app in Python without knowledge of HTML/CSS/JavaScript
I've been developing Pglet framework for 6 months now and I feel it's finally ready for building real apps.
-
The future of web software is HTML over WebSockets
Oh, ASP.NET Web Forms were awesome! I remember it was so easy to onboard new developers: built-in state management between requests, WYSIWYG editor, high-level controls abstracting from HTML. Maybe because I miss ASP.NET so much :) I started working on https://github.com/pglet/pglet to have something like "ASP.NET on steroids" - server-side controls with React UI. However, it's not a HTML passing over WebSockets, but controls state which takes much less traffic with smaller latencies.
examples
Posts with mentions or reviews of examples.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-27.
-
Build and deploy a web app in Python without knowledge of HTML/CSS/JavaScript
In this tutorial we will show you, step-by-step, how to create a ToDo web app in Python using Pglet framework and then share it on the internet. The app is a single-file console program of just 100 lines of Python code, yet it is a multi-session, modern single-page application with rich, responsive UI.
-
Creating a web app in Python without knowledge of HTML/CSS/JavaScript
Ha, it's so relieving you've completely got the idea of this project :) (though I'm still trying to find the right words to sell it to people)! The server is written in Go (single exe, any platform/OS), receives "commands" mutating server-side DOM and dispatches events coming from React components. Bindings can be written in any language (we already have Bash, C#, PowerShell, Node - https://github.com/pglet/examples ) and it's basically translating DOM into a bunch of commands.
What are some alternatives?
When comparing pglet and examples you can also consider the following projects:
PyWebIO - Write interactive web app in script way.
domonic - Create HTML with python 3 using a standard DOM API. Includes a python port of JavaScript for interoperability and tons of other cool features. A fast prototyping library.
wave - Realtime Web Apps and Dashboards for Python and R
beaker - An experimental peer-to-peer Web browser
workers-sdk - ⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
reflex - 🕸️ Web apps in pure Python 🐍
fuse - Multiplayer Online Standard
server-components - A Java web SSR framework for building real-time user interfaces and UI components.
Phoenix - Peace of mind from prototype to production
htmx - </> htmx - high power tools for HTML