[go: nahoru, domu]

Jump to content

Jam.py (web framework)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by StereoFolic (talk | contribs) at 02:59, 8 April 2024 (Remove awards, as these are more like listicles than notable awards. See also WP:Awards_and_accolades). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Jam.py
Original author(s)Andrew Yushev
Initial releaseJuly 1, 2015; 9 years ago (2015-07-01)
Stable release
5.4.136[1] Edit this on Wikidata / 14 November 2023; 8 months ago (14 November 2023)
Repositoryhttps://github.com/jam-py/jam-py
Written inPython, JavaScript
PlatformCross-platform
TypeWeb framework
License3-clause BSD
Websitejampyapplicationbuilder.com

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.[2]

Jam.py is event driven low-code development platform for database-driven business web applications, based on DRY principle, with emphasis on CRUD.


The server component runs on any computer with Python 2.6 or later.[3]

It offers a built-in web server, GUI builder and database access for third-party databases.

Features

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]

Notes

  1. ^ "Database — Jam.py documentation". jam-py.com.
  2. ^ "pythonanywhere/help_pages". GitHub. 11 October 2021.

References

  1. ^ https://github.com/jam-py/jam-py/releases/tag/5.4.136. {{cite web}}: Missing or empty |title= (help)
  2. ^ "WebFrameworks - Python Wiki". wiki.python.org.
  3. ^ "Building a database front end with Jam.py". www.linux-magazine.com, p.50. Retrieved 30 November 2020.
  4. ^ "SQLCipher". GitHub.

See also