Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aloisdg/Ether.Network
https://github.com/aloisdg/Ether.Network
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aloisdg/Ether.Network
- Owner: aloisdg
- Created: 2016-11-02T20:37:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T21:24:35.000Z (about 8 years ago)
- Last Synced: 2024-08-01T05:12:03.697Z (6 months ago)
- Language: C#
- Size: 31.3 KB
- Stars: 11
- Watchers: 3
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dotnet-core - Ether.Network - Ether.Network is an open source networking library that allow developers to create simple, fast and scalable socket server or client applications over the TCP/IP protocol. (Frameworks, Libraries and Tools / Application Frameworks)
- fucking-awesome-dotnet-core - Ether.Network - Ether.Network is an open source networking library that allow developers to create simple, fast and scalable socket server or client applications over the TCP/IP protocol. (Frameworks, Libraries and Tools / Application Frameworks)
- awesome-dotnet-core - Ether.Network - Ether.Network is an open source networking library that allow developers to create simple, fast and scalable socket server or client applications over the TCP/IP protocol. (Frameworks, Libraries and Tools / Application Frameworks)
- awesome-dotnet-core - Ether.Network - Ether.Network是一个开源网络库,允许开发人员通过sockets创建简单,快速和可扩展的套接字服务器或客户端的基本库。 (框架, 库和工具 / 应用程序框架)
README
# Ether.Network [![Build Status](https://travis-ci.org/Eastrall/Ether.Network.svg?branch=master)](https://travis-ci.org/Eastrall/Ether.Network)
Ether.Network is a basic library to make quickly a simple server or client using sockets.
This library is coded in C# using .NET Core framework to target Windows and Linux operating systems.
For now we use the basic synchronous sockets, and in the future we'll add the support of asynchronous sockets to increase performances and stability.