Lona #20
metaperl
started this conversation in
Framework Discussion: Specific
Lona
#20
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Lona is a web application framework, designed to write responsive web
apps in full Python.
Demos: lona-web.org/demos
FAQ: lona-web.org/faq
Documentation: lona-web.org
Changelog:
lona-web.org/changelog
Reddit:
reddit.com/r/lona_web_org/
Discord: discord.com/lona-web.org
Web is a solved problem in Python since ages, but traditionally Python
handles only the server side. If you want to have client side
interaction like click events or you want update content live, you have
to write an additional Javascript application.
Lona handles the server side and the client side, and provides a simple,
pythonic API to write self contained views.
More information: Getting
Started
How does it work?
Lona comes with a Javascript based browser library that speaks a
specialized protocol with the backend. This protocol specifies messages
like "hey frontend, please show $HTML" and "hey backend, someone
clicked on node XY".
More information: Basic
Concept
Beta Was this translation helpful? Give feedback.
All reactions