GithubHelp home page GithubHelp logo

meshy's Introduction

meshy

TCP multiplexing gearwheels

meshy is a java library for creating clustered services over multiplexed tcp connections. Netty is used to handle all the gritty networking bits and UDP broadcast for service discovery.

Services are typically hierarchical -- think file systems or URLs -- and file services and RPC are the two most common use cases.

Nodes form a mesh once they have discovered the local network topology. Each mesh node is capable of handling any request that the mesh can handle by proxying to an appropriate node.

A typical use case is for each physical node to have one mesh node, and for local processes to talk to their local mesh node. Multiple meshes can be overlayed on the same physical hosts by using unique ports or "secret" keys.

Building

meshy uses Apache Maven which it is beyond the scope to detail. The super simple quick start is:

mvn test

Use

<dependency>
  <groupId>com.addthis</groupId>
  <artifactId>meshy</artifactId>
  <version>latest-and-greatest</version>
</dependency>

You can either install locally, or releases will eventually make their way to maven central.

Administrative

Versioning

It's x.y.z where:

  • x: something major happened
  • y: next release
  • z: bug fix only

License

meshy is released under the Apache License Version 2.0. See Apache or the LICENSE for details.

meshy's People

Contributors

tea-dragon avatar addthis-buildbot avatar tingting-he-odc avatar jiayangodc avatar tedpearson avatar apsubra avatar cburroughs avatar

Watchers

 avatar

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.