Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MarcFletcher/NetworkComms.Net
NetworkComms.Net is a high performance cross-platform network library written in C#.
https://github.com/MarcFletcher/NetworkComms.Net
Last synced: 3 months ago
JSON representation
NetworkComms.Net is a high performance cross-platform network library written in C#.
- Host: GitHub
- URL: https://github.com/MarcFletcher/NetworkComms.Net
- Owner: MarcFletcher
- License: apache-2.0
- Created: 2016-02-13T12:39:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T08:42:28.000Z (4 months ago)
- Last Synced: 2024-07-30T12:22:48.874Z (3 months ago)
- Language: C#
- Homepage: http://networkcomms.net
- Size: 4.3 MB
- Stars: 536
- Watchers: 67
- Forks: 243
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.txt
- License: LICENSE
Awesome Lists containing this project
README
# NetworkComms.Net
## What is it?
NetworkComms.Net was developed so that high performance network functionality could be effortlessly added to any .net product. We wanted to require little to no knowledge of networking to make things work first time alongside all of the desirable power features for more experienced network developers. Using our C# network library you can quickly and easily create an unlimited range of products taking advantage of:- Server to Clients – One to Many
- Peer to Peer – Many to Many
- Cloud to Client – Many to One
- … and all configurations in-between!## Supported Environments
- .net 2+ compatible languages (C#, VB .Net, F#, J#, C++/CLI etc)
- Mono 2.10+ (Linux, Unity3D, MonoGame etc)
- iOS (Xamarin.iOS)
- Android (Xamarin.Android)## LICENSING
This project is made available under the Apache License v2. Please see the included LICENSE for more information.## DOWNLOAD
Please download from https://www.nuget.org/packages/NetworkCommsDotNet.## GETTING STARTED
Everything you need to know about getting started with NetworkComms.Net, including a short introduction video can be found here http://www.networkcomms.net/getting-started/## SUPPORT & TUTORIALS
For support and tutorials please start here http://www.networkcomms.net/network-library-support/