Software:Jam.py (web framework)

From HandWiki
Short description: Python web framework
Jam.py
Original author(s)Andrew Yushev
Initial releaseJuly 1, 2015; 8 years ago (2015-07-01)
Repositoryhttps://github.com/jam-py/jam-py
Written inPython, JavaScript
PlatformCross-platform
TypeWeb framework
License3-clause BSD
Websitejampyapplicationbuilder.com

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

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

  • 2015. 10 Best Frameworks for Web Design[4]
  • 2016. 35 Best HTML5 and CSS3 Responsive Frameworks[5]

Notes

References

See also

External links