anhle128 / gridgo

Create distributed systems more easily

Home Page:https://gridgo.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Create distributed systems more easily

https://gridgo.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Java 99.8%Language:Python 0.2%