Skip to content

low-rb/low_loop

Repository files navigation

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.

About

An event-driven event loop

Resources

License

Stars

Watchers

Forks

Packages

No packages published