teonet-go / teonet

Create client-server systems and build networks for server applications operating within a microservice architecture.

Home Page:https://teonet.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teonet v5

Teonet v5 is pure Golang implementation of TRUdp and Teonet libraries and Teonet applications

GoDoc Go Report Card

Teonet is designed to create client-server systems and build networks for server applications operating within a microservice architecture. To do this, Teonet creates a network / cloud transport between its members. This transport uses UDP for communication between network peers. UDP packets are encrypted with unique keys. Teonet uses its own UDP-based protocol called Teonet Reliable UDP (TRU) for real-time communication, which allows low latency messages to be sent and protocol reliability features.

See more at main teonet-go page

License

BSD

About

Create client-server systems and build networks for server applications operating within a microservice architecture.

https://teonet.dev

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 97.8%Language:Dockerfile 2.2%