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
Built Distribution
File details
Details for the file brink-0.3.0.tar.gz
.
File metadata
- Download URL: brink-0.3.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a705453d73e0310ae76f2a6c21590e183249b280fdb5585890dd9a989ec7fb1 |
|
MD5 | 36abb1e79250cb6a2d6e26b9a50f0799 |
|
BLAKE2b-256 | 329f92ad4654d135be2496e91f7c90aded755ecf0274af3e0f1e24e84919dcf1 |
File details
Details for the file brink-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: brink-0.3.0-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea72cddb826d845d6e40138a57affe9013e716ee13cb7b65e0acad983de9f09e |
|
MD5 | 8cf9003ebd0ee02617367c3cc8f475c0 |
|
BLAKE2b-256 | 8549af886557a2e73b8ac7b7664141ccf555cd547f925d4faad262b859e25509 |