All Projects → jorisvink → Kore

jorisvink / Kore

Licence: isc
Kore (https://kore.io) is an easy to use web application platform for writing scalable web APIs in C. Its main goals are security, scalability and allowing rapid development and deployment of such APIs.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Kore

Siris
DEPRECATED: The community driven fork of Iris. The fastest web framework for Golang!
Stars: ✭ 146 (-95.8%)
Mutual labels:  framework, tls, high-performance
Whs.js
🚀 🌪 Super-fast 3D framework for Web Applications 🥇 & Games 🎮. Based on Three.js
Stars: ✭ 5,685 (+63.5%)
Mutual labels:  framework, web-development, high-performance
Alom
Alom is the lighest, simplest framework ever
Stars: ✭ 33 (-99.05%)
Mutual labels:  framework, web-development
Toruk
Go web 开发脚手架
Stars: ✭ 78 (-97.76%)
Mutual labels:  framework, web-development
Denovel
A Deno Framework For Web Artisan - Inspired by Laravel
Stars: ✭ 128 (-96.32%)
Mutual labels:  framework, web-development
Gf
GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
Stars: ✭ 6,501 (+86.97%)
Mutual labels:  framework, high-performance
Sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
Stars: ✭ 895 (-74.26%)
Mutual labels:  framework, high-performance
Best Of Web Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (-67.85%)
Mutual labels:  framework, web-development
Aero
🚄 Fastest node.js framework. Go version is actively maintained: @aerogo
Stars: ✭ 181 (-94.79%)
Mutual labels:  framework, high-performance
Activej
ActiveJ is an alternative Java platform built from the ground up. ActiveJ redefines web, high load, and cloud programming in Java, featuring ultimate performance and scalability!
Stars: ✭ 183 (-94.74%)
Mutual labels:  framework, high-performance
Rocket
A web framework for Rust.
Stars: ✭ 15,760 (+353.26%)
Mutual labels:  framework, web-development
Servicestack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
Stars: ✭ 4,976 (+43.11%)
Mutual labels:  framework, high-performance
Mini.css
A minimal, responsive, style-agnostic CSS framework!
Stars: ✭ 2,938 (-15.5%)
Mutual labels:  framework, web-development
Furatto
It's a flat, fast and powerful front-end framework for rapid web development.
Stars: ✭ 850 (-75.55%)
Mutual labels:  framework, web-development
Gramework
Fast and Reliable Golang Web Framework
Stars: ✭ 354 (-89.82%)
Mutual labels:  framework, high-performance
Simple Java Mail
Simple API, Complex Emails (JavaMail smtp wrapper)
Stars: ✭ 821 (-76.39%)
Mutual labels:  tls, high-performance
Tempesta
The Linux Application Delivery Controller
Stars: ✭ 429 (-87.66%)
Mutual labels:  tls, high-performance
Shackle
High-Performance Erlang Network Client Framework
Stars: ✭ 163 (-95.31%)
Mutual labels:  framework, high-performance
Firefly
Firefly is an asynchronous web framework for rapid development of high-performance web application.
Stars: ✭ 277 (-92.03%)
Mutual labels:  tls, high-performance
Yiigo
🔥 Go 轻量级开发通用库 🚀🚀🚀
Stars: ✭ 304 (-91.26%)
Mutual labels:  pgsql, framework

About

Kore (https://kore.io) is an easy to use web application platform for writing scalable web APIs in C. Its main goals are security, scalability and allowing rapid development and deployment of such APIs.

Because of this Kore is an ideal candidate for building robust, scalable and secure web things.

Key Features

  • Supports SNI
  • Supports HTTP/1.1
  • Websocket support
  • Privseps by default
  • TLS enabled by default
  • Optional background tasks
  • Built-in parameter validation
  • Optional asynchronous PostgreSQL support
  • Optional support for page handlers in Python
  • Reload private keys and certificates on-the-fly
  • Automatic X509 certificates via ACME (with privsep)
  • Private keys isolated in separate process (RSA and ECDSA)
  • Default sane TLS ciphersuites (PFS in all major browsers)
  • Modules can be reloaded on-the-fly, even while serving content
  • Worker processes sandboxed on OpenBSD (pledge) and Linux (seccomp)
  • Event driven (epoll/kqueue) architecture with per CPU worker processes
  • Build your web application as a precompiled dynamic library or single binary

And lots more.

License

  • Kore is licensed under the ISC license

Documentation

Read the documentation

Performance

Read the benchmarks blog post.

Platforms supported

  • Linux
  • OpenBSD
  • FreeBSD
  • MacOS

Kore only supports x64, arm and aarch64 architectures.

Building Kore

Clone this repository or get the latest release at https://kore.io/releases/4.1.0.

Requirements

  • openssl 1.1.1 or libressl 3.x (note: openssl 3.0.0 is currently not supported)

Requirement for asynchronous curl (optional)

  • libcurl (7.64.0 or higher)

Requirements for background tasks (optional)

  • pthreads

Requirements for pgsql (optional)

  • libpq

Requirements for python (optional)

  • Python 3.6+

Normal compilation and installation:

$ cd kore
$ make
# make install

If you would like to build a specific flavor, you can enable those by setting a shell environment variable before running make.

  • ACME=1 (compiles in ACME support)
  • CURL=1 (compiles in asynchronous curl support)
  • TASKS=1 (compiles in task support)
  • PGSQL=1 (compiles in pgsql support)
  • DEBUG=1 (enables use of -d for debug)
  • NOHTTP=1 (compiles Kore without HTTP support)
  • NOOPT=1 (disable compiler optimizations)
  • JSONRPC=1 (compiles in JSONRPC support)
  • PYTHON=1 (compiles in the Python support)

Note that certain build flavors cannot be mixed together and you will just be met with compilation errors.

Example applications

You can find example applications under examples/.

The examples contain a README file with instructions on how to build or use them.

Mailing lists

[email protected] - Send patches here, preferably inline.

[email protected] - Questions regarding kore.

If you want to signup to those mailing lists send an empty email to [email protected]

Other mailboxes (these are not mailing lists):

[email protected] - Mail this email if you think you found a security problem.

[email protected] - If your company would like to sponsor part of Kore development.

More information can be found on https://kore.io/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].