Skip to content

dested/OnPool

Repository files navigation

On Pool

manages groups of servers and faciliates communcation between them

A simple real time server messaging manager, the next best thing to managing your own socket connections

Goals

Real time messaging between groups of servers

API

  • Connect to Broker

  • Join a pool

  • Get servers in pool

  • Message pool

    • Round robin
  • Message Server

  • Register to listen for messages

    • by pool
    • by ID
  • Send message with server response

    • request response

Workflow

  • External Server connects

  • Joins a pool (game servers)

  • Query for

  • Server connects

    • eligible for communcation
    • assigned an ID
  • server says join pool A

  • server says join pool B

  • server sends message to pool a (round robin)

  • someone receives it

About

The next best thing to managing your own socket connections between servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published