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 e50ec647106e1f9881c5a9f46431af83b0e4ecf5
parent 427f65bb3d2aac4970618e66a733e7d38647943b
Author: Joris Vink <joris@coders.se>
Date:   Mon, 24 Jun 2013 12:05:22 +0200

properly mention what license kore is

Diffstat:
LICENSE | 15+++++++++++++++
README | 5++++-
2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/LICENSE b/LICENSE @@ -0,0 +1,15 @@ +/* + * Copyright (c) 2013 Joris Vink <joris@coders.se> + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ diff --git a/README b/README @@ -20,7 +20,10 @@ Features - Event driven architecture and worker processes for throughput - Modules can be reloaded on-the-fly even while serving content -Current supported systems: +License +- Kore is licensed under the ISC license. + +Platform support - Linux - OpenBSD