Skip to content

e0/brink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brink Framework

Build Status

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/.

About

Minimal but tightly integrated Python (3) realtime web framework, built on top of aiohttp and rethinkdb.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%