项目作者: prange

项目描述 :
Lightweight and lowkey reactive programming, json handling and webserving for Kotlin.
高级语言: Kotlin
项目地址: git://github.com/prange/niagara.git
创建时间: 2015-03-25T08:00:25Z
项目社区:https://github.com/prange/niagara

开源协议:

下载


niagara

A small toolset for

Reactive programming

A Task API that lets you do concurrent programming easily, and a Stream API for building reactive applications.

Json handling

Parses a string into Json, offers a nice ans simple API for converting to domain types.
https://github.com/prange/niagara/tree/master/niagara-json

Web programming

A very simple DSL to create endpoints for the web. Just bring your own webserver, and plug in niagara-http. Lets you write and test your endpoints without any server running.