Skip to content
forked from lipp/lua-jet

The JSON Bus. Daemon and Peer implementation for Lua.

License

Notifications You must be signed in to change notification settings

markert/lua-jet

 
 

Repository files navigation

About

lua-jet is a Jet daemon and peer implementation written in Lua. Build Status

Installation

$ git clone https://github.com/lipp/jet.git
$ cd jet
$ sudo luarocks make rockspecs/jet-scm-1.rockspec

Running the daemon

$ jetd.lua

Starting an example peer

$ cd lua-jet
$ lua example/some_service.lua

Radar

Radar is a web application that gives you access to a Jet bus.

$ sudo luarocks install orbit
$ git clone https://github.com/lipp/radar
$ cd radar 
$ ./simple_webserver.lua

Watch Your Jet Bus on Your local Radar.

Doc

For general information, visit the Jet Homepage. Look at the API.md, the examples or the busted test spec files.

Tests

To run the tests, busted with finally support needs to be installed:

$ git clone https://github.com/lipp/busted.git
$ cd busted
$ git checkout add-finally
$ ./try

If all is in place, run the tests from within the lua-jet dir like this:

$ busted spec

About

The JSON Bus. Daemon and Peer implementation for Lua.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 99.4%
  • Shell 0.6%