Notio.Network.Package
0.5.55
dotnet add package Notio.Network.Package --version 0.5.55
NuGet\Install-Package Notio.Network.Package -Version 0.5.55
<PackageReference Include="Notio.Network.Package" Version="0.5.55" />
<PackageVersion Include="Notio.Network.Package" Version="0.5.55" />
<PackageReference Include="Notio.Network.Package" />
paket add Notio.Network.Package --version 0.5.55
#r "nuget: Notio.Network.Package, 0.5.55"
#:package Notio.Network.Package@0.5.55
#addin nuget:?package=Notio.Network.Package&version=0.5.55
#tool nuget:?package=Notio.Network.Package&version=0.5.55
Notio
Notio is a real-time server solution designed for efficient communication and data sharing. It enables instant messaging, data synchronization, and secure networking, making it ideal for applications requiring live updates.
✨ Features
- 🔄 Real-time communication – Supports instant messaging and state synchronization.
- ⚡ High performance – Designed to handle thousands of concurrent connections.
- 🔐 Security-focused – Implements encryption (ChaCha20-Poly1305, XTEA) to protect data.
- 🛠️ Extensible – Easily customizable with your own protocols and handlers.
🔧 Requirements
- .NET 9 and C# 13 support
- Install .NET SDK 9 from dotnet.microsoft.com
Visual Studio 2022
Download Visual Studio
📦 Available NuGet Packages
Package ID | Description | Install Command |
---|---|---|
Notio | Core real-time server & client library | dotnet add package Notio |
Notio.Common | Common utilities for Notio | dotnet add package Notio.Common |
Notio.Cryptography | Secure cryptographic functions | dotnet add package Notio.Cryptography |
Notio.Logging | Logging utilities for Notio | dotnet add package Notio.Logging |
Notio.Network | Low-level networking functionality | dotnet add package Notio.Network |
Notio.Network.Package | Custom packet handling for Notio | dotnet add package Notio.Network.Package |
Notio.Network.Web | WebSocket support for Notio | dotnet add package Notio.Network.Web |
Notio.Shared | Shared models and definitions | dotnet add package Notio.Shared |
Notio.Storage | Storage solutions for Notio | dotnet add package Notio.Storage |
🛠️ Contributing
When contributing, please follow our Code of Conduct and submit PRs with proper documentation and tests.
📜 License
Notio is copyright © PhcNguyen - Provided under the Apache License, Version 2.0.
📬 Contact
For questions, suggestions, or support, open an issue on GitHub or contact the maintainers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Notio (>= 0.5.55)
- Notio.Common (>= 0.5.55)
- Notio.Cryptography (>= 0.5.55)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated | |
---|---|---|---|
0.5.55 | 273 | 4/13/2025 | |
0.5.33 | 262 | 4/8/2025 | |
0.5.11 | 246 | 4/6/2025 | |
0.4.71 | 255 | 3/30/2025 | |
0.4.43 | 243 | 3/27/2025 | |
0.4.36 | 237 | 3/27/2025 | |
0.4.20 | 576 | 3/25/2025 | |
0.4.13 | 516 | 3/24/2025 | |
0.4.2 | 257 | 3/20/2025 | |
0.4.0 | 251 | 3/19/2025 | |
0.3.94 | 253 | 3/18/2025 | |
0.3.93 | 246 | 3/18/2025 | |
0.3.81 | 182 | 3/15/2025 | |
0.3.72 | 184 | 3/15/2025 | |
0.3.70 | 227 | 3/14/2025 | |
0.3.65 | 257 | 3/13/2025 | |
0.3.62 | 269 | 3/12/2025 | |
0.3.60 | 262 | 3/12/2025 | |
0.3.55 | 286 | 3/10/2025 | |
0.3.50 | 284 | 3/10/2025 | |
0.3.45 | 271 | 3/10/2025 | |
0.3.40 | 288 | 3/8/2025 | |
0.3.36 | 320 | 3/8/2025 | |
0.3.35 | 321 | 3/7/2025 | |
0.2.99 | 212 | 2/23/2025 | |
0.2.94 | 201 | 2/23/2025 | |
0.2.92 | 208 | 2/20/2025 | |
0.2.54 | 212 | 2/13/2025 | |
0.2.34 | 220 | 2/9/2025 | |
0.2.30 | 216 | 2/9/2025 | |
0.2.29 | 217 | 2/9/2025 | |
0.2.28 | 210 | 2/9/2025 |
- Initial release of Notio.Network.Package.
- Features include:
• Packet serialization and deserialization utilities.
• Metadata handling for structured network messages.
• Helper functions for efficient packet management.
• Extensions to enhance networking capabilities.
• Lightweight and high-performance architecture.