Skip to content

ErwanTremiot/notejam

 
 

Repository files navigation

Notejam

The easy way to learn web frameworks

Do you know django/laravel/symfony/etc and want to try rails/flask/pyramid/etc? The easy way to start with a new framework is to compare it with frameworks you already know. The goal of the project is to help developers easily learn new frameworks by examples.

Notejam is a unified sample web application (more than just "Hello World") implemented using different server-side frameworks. Currently most popular python, php and ruby frameworks are supported.

Is it like TodoMVC in Javascript?

Yes, the idea is very similar.

Supported frameworks

Python

PHP

Ruby

In progress

Javascript (node.js)

  • Sails

Python

  • web2py

PHP

  • Zend

... and more frameworks are coming soon.

Application overview

Notejam is a web application which offers user to sign up/in/out and create/view/edit/delete notes. Notes are grouped in pads.

Screenshots

Sign in

All notes

New note

See more screenshots for look and feel.

See detailed overview.

Typical application covers following topics:

  • Request/Response handling
  • Routing
  • Templates
  • Configuration
  • Authentication
  • Forms
  • Error handling
  • Database/ORM
  • Mailing
  • Functional/unit testing

How to launch

All implemenations are SQLite based and quiclky launchable by built-in web servers. Each implementation has instruction describing easy steps to install environment, launch and run tests.

Contribution

Contribution is more than welcome! Contribute improvements to existing applications to help them follow best practices or provide new implementation for unsupported framework.

Do you want to improve one of the existing implementations?

Each implemenation has its own README with contribution details.

Do you want to add new framework?

Read contribution guide for details.

Contacts

License

MIT © Serhii Komar.

See license.

About

The easy way to learn web frameworks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published