Project

toq

0.0
Low commit activity in last 3 years
Toq is a simple and lightweight Remote Procedure Call protocol used to provide the basis for Arachni's distributed infrastructure.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.0.1
 Project Readme

Toq

Version 0.0.4
Github page http://github.com/qadron/toq
Code Documentation http://rubydoc.info/github/qadron/toq/
Author Tasos Laskos
Copyright 2022 Ecsypno
License 3-clause BSD

Synopsis

Toq is a simple and lightweight Remote Procedure Call protocol and implementation.

This implementation is based on Raktr.

Features

  • Extremely lightweight.
  • Very simple design.
  • TLS encryption.
  • Configurable serializer.
    • Can intercept RPC responses and translate them into native objects for when using serializers that only support basic types, like JSON or MessagePack.
  • Token-based authentication.
  • Pure-Ruby.
  • Multi-platform, tested on:
    • Linux
    • OSX
    • Windows

Installation

gem install toq

Running the Specs

bundle install
rake spec

Protocol specifications

You can find the RPC protocol specification at the Wiki.

License

Toq is provided under the 3-clause BSD license. See the LICENSE file for more information.