Project

low_loop

0.0
No release in over 3 years
An asynchronous server that creates events for your event-driven application to use
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Gem version

LowLoop

LowLoop is an asynchronous event-driven server that ties into LowEvent to create and send events from the request layer right through to the application and data layers. Finally you can see and track events through every step of your application. Simply add observe 'users/:id' to a LowNode and now it will be called every time a request is made to this route.

Local Setup

bundle install
LOW_MIRROR_MODE=1 bin/start

The server will start a demo server in mirror mode, mirroring all of your requests as text in the response.