Page cover

🌐MAD Networking

Unity networking library built on AWS lambda, Dynamodb and APIGateway websocket

circle-check

MADNETarrow-up-right is a high level networking library built for Unity, fully open source, and designed to be simple to use.

Credit: Built on AWS lambda, Dynamodb and APIGateway websocket, written by Kevin Yang (MADKEV Studio)

Features:

  • Simple and lightweight

  • Modular and documented code, easy to modify and extend

  • Cross-platform support

  • Suitable for all kinds of games

Architecture:

Code in MADNET is separated to two main components:

  • AWS Backend: AWS Codearrow-up-right contains functions responsible for communicating with DynamoDB, AWS Lambda and APIGateway as example

  • Unity Library: Unity Code arrow-up-rightcontains the networking library implementations and examples, easily customizable and extendable

Last updated