Skip to content

Unified sample web app. The easy way to learn web frameworks.

License

Notifications You must be signed in to change notification settings

pnagaraju25/notejam

This branch is 250 commits behind komarserjio/notejam:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 2, 2015
Nov 19, 2014
Aug 9, 2014
Nov 29, 2014
Nov 21, 2014
Aug 1, 2014
Aug 1, 2014
Nov 22, 2014
Aug 1, 2014
Aug 18, 2014
Feb 4, 2015
Jan 28, 2015
Aug 1, 2014
Feb 4, 2015
Jul 26, 2014
Oct 18, 2014
Jul 26, 2014

Repository files navigation

Notejam

The easy way to learn web frameworks

Do you know framework X and want to try framework Y? 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 python, php, ruby and javascript frameworks are supported.

Supported frameworks

Python

PHP

Ruby

Javascript (node.js)

In progress

Scala

  • Play

Clojure

  • Compojure

PHP

  • Zend
  • CakePHP

... 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 implementations are SQLite based and quickly 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 implementation 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

Unified sample web app. The easy way to learn web frameworks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 35.0%
  • HTML 17.9%
  • CSS 16.8%
  • Python 14.0%
  • Ruby 10.4%
  • JavaScript 5.1%
  • Other 0.8%