We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gem Network is a standalone library for creating client - server applications in .NET.
By using the fluent API you can create server - client events with ease.
The client is the base class for sending or handling network incoming / outgoing messages.
You can follow the client setup guide to set up a network event.
The server accepts all the client requests and sends responses.
You can follow the server setup guide to set up a server.