Skip to content
Andros Fenollosa edited this page Sep 11, 2019 · 6 revisions

Welcome to the Tadam Framework wiki!

Tadam is a simple server-side rendering framework to create complete and secure pages. So simple that it looks like magic!

It comes in the box

  • Rendering of HTML templates.
  • Autoreload in development.
  • Querys with various databases: PostgreSQL, SQLite and MySQL.
  • Migrations system.
  • Login/Signup system.
  • Private pages protected with sessions.
  • Admin panel.
  • Form Validations.
  • Sending emails.
  • Ready for Heroku.
  • Terminal manager for repetitive tasks.

Rendering

  • Plain text.
  • HTML.
  • JSON.

Safety & Security

  • Cross-site request forgery (CSRF).
  • SQL injection.
  • Private pages protected with encrypted sessions.

Inspirations

  • Flask.
  • Django.
  • Laravel.
  • Ruby on Rails.
Clone this wiki locally