Coder Social home page Coder Social logo

airy's Introduction

Airy Web Application Framework

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.

Requirements

Airy will install most required modules itself when you create a new project, so all you need is:

  • Python 2.6+
  • MongoDB

Installation

pip install airy

This will install Airy itself and the airy-admin.py script.

Usage

Once you have it installed, you should be able to use airy-admin.py

To create a new project, open a terminal and do:

airy-admin.py startproject project_name
cd project_name/
python manage.py update_ve
python manage.py runserver

You should have it running locally on port 8000. Open your browser and navigate to http://localhost:8000

Note: if it complains about a "Connection Error" it means you have no MongoDB running, or it's dead.

About

Airy is created by Leto, a startup agency based in London, UK. Check out Leto website for help and support: http://letolab.com

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.