/gridgo

Create distributed systems more easily

Primary LanguageJavaMIT LicenseMIT

gridgo

Maven Central Javadocs MIT License Build Status Coverage Status

A platform to create distributed systems easier with asynchronous I/O connectors and event driven programming. Gridgo handles the heavylift work of I/O and thread routing so you can focus on designing network topologies and implementing business logic.

build status

View build status for all branches

install

<dependency>
    <groupId>io.gridgo</groupId>
    <artifactId>gridgo-core</artifactId>
    <version><!--see above--></version>
</dependency>

getting started

Refer to the getting started guide for instructions

documentation

Read the manual, tutorial and examples in our documentation

contributing

All contributions are welcome. Please read the contribution guidelines before contributing

license

This library is distributed under MIT license, see LICENSE