1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2026-03-02 03:40:21 +00:00
Oliver Giles eda906b805 refactor: remove transport knowledge from Laminar class
Improve the boundary between RpcImpl and LaminarInterface such
that the Laminar class doesn't require any types from kj/async.h.
The necessary logic moved from Laminar to RpcImpl and the notification
now happens by abstract virtual callback instead of kj::Promise.
Also remove the fairly useless 'wait' RPC call and drop the wrappers
around kj::PromiseFulfillerPair
2017-08-10 08:25:20 +03:00
2015-09-20 09:23:50 +02:00
2015-09-26 22:54:27 +02:00
2015-09-19 18:46:26 +02:00

laminar

Laminar is continuous integration with a focus on simplicity and flexibility. Minimal wheels are reinvented. See the wiki page for more information

Features

  • Pure C++ backend with few dependencies
  • Highly scriptable
  • Filesystem based configuration
  • Simple and responsive web frontend based on bootstrap
Description
Languages
C++ 64.2%
JavaScript 13.2%
Shell 7.4%
HTML 4.6%
CSS 3.8%
Other 6.8%