Software:Jam.py (web framework): Difference between revisions
From HandWiki
(fixing) |
(No difference)
|
Revision as of 09:20, 9 February 2024
Short description: Python web framework
Original author(s) | Andrew Yushev |
---|---|
Initial release | July 1, 2015 |
Repository | https://github.com/jam-py/jam-py |
Written in | Python, JavaScript |
Platform | Cross-platform |
Type | Web framework |
License | 3-clause BSD |
Website | jampyapplicationbuilder |
Jam.py is event driven low-code development platform for database-driven business web applications, based on DRY principle, with emphasis on CRUD.
Jam.py is free and open-source low-code/no-code "full stack" WSGI rapid application development framework for the JavaScript and Python programming language.[1] The server component runs on any computer with Python 2.6 or later.[2]
It offers a built-in web server, GUI builder and database access for third-party databases.
Features
- Single distribution which runs with both Python 2.6+ and 3.x
- Can run as a standalone web development server or be used with any web server which supports WSGI
- Built-in GUI builder called Application Builder
- Support for JSON client data (for REST and JavaScript clients)
- Support for popular databases Oracle Database, Microsoft SQL Server, PostgreSQL, SQLite, MySQL, Firebird (database server), SQLCipher[3][Note 1]
Example
The following code shows a simple web application that displays "Hello World!" when visited:
Task/client module:
task.create_menu($("#menu"), $("#content"), { splash_screen: '<h1 class="text-center">Hello World!</h1>', view_first: true });
PythonAnywhere
PythonAnywhere Python 3.x deployment is supported[Note 2]
Awards
Notes
References
- ↑ "WebFrameworks - Python Wiki". https://wiki.python.org/moin/WebFrameworks/.
- ↑ "Building a database front end with Jam.py". www.linux-magazine.com, p.50. https://www.linux-magazine.com/Issues/2020/241/Jam.py. Retrieved 30 November 2020.
- ↑ "SQLCipher" (in en). https://github.com/sqlcipher.
- ↑ "10 Best Frameworks for Web Design". webprecis.com. 11 March 2015. https://www.webprecis.com/best-frameworks-for-web-design/. Retrieved 11 March 2015.
- ↑ "35 Best HTML5 and CSS3 Responsive Frameworks". devrix.com. https://devrix.com/tutorial/35-best-html5-and-css3-responsive-frameworks/. Retrieved 29 August 2016.
See also
- Flask (web framework)
- Pylons project
- Web2py
- Django (web framework)
- Comparison of web frameworks
- List of low-code development platforms
External links
Original source: https://en.wikipedia.org/wiki/Jam.py (web framework).
Read more |