airy

Web Application Framework
Download

airy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • LetoLab Ltd
  • Publisher web site:
  • http://letolab.com

airy Tags


airy Description

airy is a new web application development framework.Contrast to most currently available frameworks, Airy doesn't use the standard notion of HTTP requests and pages.Instead, it makes use of WebSockets (via Socket.io) and provides a set of tools to let you focus on the interface, not content delivery.Currently Airy supports MongoDB only. We will support other NoSQL databases, but we have no plans for supporting SQL.Installation pip install airyThis will install Airy itself and the airy-admin.py script.UsageOnce you have it installed, you should be able to use airy-admin.pyTo create a new project, open a terminal and do:airy-admin.py startproject project_namecd project_name/python manage.py update_vepython manage.py runserverYou should have it running locally on port 8000. Open your browser and navigate to http://localhost:8000Note: if it complains about a "Connection Error" it means you have no MongoDB running, or it's dead.Product's homepage


airy Related Software