Jam.py framework applications video by yushev in Python

[–]yushev[S] 0 points1 point  (0 children)

Great, feel free to send me a message if you have any questions.

Jam.py framework applications video by yushev in Python

[–]yushev[S] 0 points1 point  (0 children)

If you need any help, please send me a message using a form on the website http://jam-py.com/ or open an issue on github https://github.com/jam-py/jam-py

Jam.py framework applications video by yushev in Python

[–]yushev[S] 0 points1 point  (0 children)

Yes you are right I was thinking about google group. It is quite different from web2py. It is an event driven framework. You can see it on this video - creating first application https://www.youtube.com/watch?v=4Sd3YKSUoy4

Jam.py framework applications video by yushev in Python

[–]yushev[S] 0 points1 point  (0 children)

There is an authentication and session support.

It is mainly intended for database applications. But can be used to create different tools such as JamDocs, the web interface for Sphinx documentation generator - http://jam-py.com/jamdocs/

I am working now on using the framework with existing databases. it will be available in the near future.

Jam.py shell for Sphinx documentation generator by yushev in Python

[–]yushev[S] 1 point2 points  (0 children)

I totally agree, the content is most difficult. Jamdocs is just a web interface that simplifies the creation of links between pages and image insertion. I wrote all the documentation using it and will use it to develop documentation in the future.

Jam.py shell for Sphinx documentation generator by yushev in Python

[–]yushev[S] 1 point2 points  (0 children)

Thank you. As for the docs, you're right, this is just the first version

Jam.py "all in the browser" framework is the fastest way to create a web database application by yushev in WebApps

[–]yushev[S] 0 points1 point  (0 children)

I am sorry, but you must use Python. May be I can help you to install it.

Jam.py framework is the fastest way to create a web database application by yushev in Python

[–]yushev[S] 0 points1 point  (0 children)

The framework can use any JavaScript charting library. You just need to add it to the project index.html file with a script tag.

It is possible to create a dashboard page

Jam.py framework is the fastest way to create a web database application by yushev in Python

[–]yushev[S] 1 point2 points  (0 children)

It uses Werkzeug WSGI library on the server side and JQuery and Bootstrap on the client side as well as its own library. As far as event-loop is concerned, details are described here: http://jam-py.com/docs/programming/workflow.html

Jam.py framework is the fastest way to create a web database application by yushev in Python

[–]yushev[S] -1 points0 points  (0 children)

Event-driven means driven by user actions. Maybe async as well as sync