Skip to main content

A simple real time web framework based on aiohttp and RethinkDB.

Project description

# Brink Framework

[![Build Status](https://travis-ci.org/lohmander/brink.svg?branch=feature%2Fmodel-rewrite)](https://travis-ci.org/lohmander/brink)

## Installation

$ pip install brink

## Getting started

Getting started is very easy assuming you have Docker installed.

Start RethinkDB like so

$ docker run -p 8080:8080 -p 28015:28015 -d –name rethink rethinkdb

And then get started with your project like so

$ brink start-project myproject $ cd myproject $ brink sync-db $ brink run

## Contributing

Get the sources

$ git clone git@github.com:lohmander/brink.git

create a virtualenv

$ virtualenv venv $ source venv/bin/activate

install Brink

$ cd brink $ pip3 install -e .

start a new project and start working

$ brink start-project testproj

That’s it.

Now whenever you change the framework source code, it’ll update in your project.

## Documentation

Full documentation is (will be) available at <https://brinkframework.github.io/brink/>.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brink-0.3.0.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

brink-0.3.0-py3-none-any.whl (16.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page