kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit a45a57f36a20315825ee4cfec05c20128f38f4f1
parent b648c108c2fa80ceb804d88b9d3a6b57a3079690
Author: Joris Vink <joris@coders.se>
Date:   Wed, 13 May 2015 10:11:26 +0200

Merge pull request #51 from thorduri/build-badge

travis build badge
Diffstat:
README.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,7 @@ About ----- +[![Build Status](https://travis-ci.org/jorisvink/kore.svg?branch=master)](https://travis-ci.org/jorisvink/kore) + Kore (https://kore.io) is an easy to use web application framework for writing scalable web APIs in C. Its main goals are security, scalability and allowing rapid development and deployment of such APIs.