Giter Club home page Giter Club logo

tusow's Introduction

Coordination with TuSoW

The Coordination logo

The Coordination with TuSoW Project is made up of several modules generally tackling with the coordination of multi-threaded, multi-processes, distributed, or multi-agent applications through LINDA tuple spaces.

Project Map

Coordination project map

Quick Links

Modules linda-*

Module linda-core and its implementations (currently, linda-logic and linda-text) are aimed at letting developers use tuple spaces programmatically in concurrent, local (i.e., non-distributed) applications.

Module tusow-service and remote tuples spaces in linda-*-client

TuSoW (Tuple Spaces over the Web) is a Web wrapper for tuple spaces exposing them to the Internet as a Web Service, through a ReST-ful API.

TuSoW wraps all current implementations of linda-core (currently, linda-logic and linda-text).

You can either interact with TuSoW through any HTTP client or employ our implementations, which supports the usage of remote tuple spaces using the exact same API used for local ones. This is the purpose of modules linda-logic-client and linda-text-client, which are the remote equivalents of linda-logic and linda-text, respectively.

Finally, module tusow-cli is aimed at letting users interact with TuSoW tuple spaced through a command line interface.

Playground

You can start a TuSoW service by running:

./gradlew tusow

which will start a TuSoW service on the default port 8080. If you want it to run on another port, you can start it this way:

./gradlew tusow --port <OTHER_PORT>

You can play with TuSoW through our CLI. Let the CLI help messages drive your understanding of how the CLI works:

./gradlew tusow-cli:run --args="[COMMAND] [--help]"

where apexes are required and square brackets represent optionality.

tusow's People

Contributors

gciatto avatar smarianimore avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

filocava99

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.