Notio.Logging
0.3.55
See the version list below for details.
dotnet add package Notio.Logging --version 0.3.55
NuGet\Install-Package Notio.Logging -Version 0.3.55
<PackageReference Include="Notio.Logging" Version="0.3.55" />
<PackageVersion Include="Notio.Logging" Version="0.3.55" />
<PackageReference Include="Notio.Logging" />
paket add Notio.Logging --version 0.3.55
#r "nuget: Notio.Logging, 0.3.55"
#:package Notio.Logging@0.3.55
#addin nuget:?package=Notio.Logging&version=0.3.55
#tool nuget:?package=Notio.Logging&version=0.3.55
Notio
Notio is a real-time server solution designed to facilitate efficient communication and data sharing. It allows users to exchange messages and information quickly, providing a robust backend for various applications requiring live updates and instant data synchronization.
Features
- Real-time communication: Supports instant messaging and data synchronization.
- Scalability: Designed to handle a large number of concurrent connections.
- Security: Implements encryption and other security measures to protect data.
- Extensibility: Easily extendable with custom protocols and handlers.
Requirements
Visual Studio 2022
(.NET 9 and C# 13 support required)- Download Visual Studio
Source Code
Getting started with Notio couldn't be easier. Make sure you have Visual Studio 2022 Community installed.
- Clone the source:
git clone https://github.com/phcnguyen/Notio.git
- Open
Notio.sln
- Restore Nuget packages
- Build
Nuget Packages
ID | Package Name | Command |
---|---|---|
1 | Notio | dotnet add package Notio |
2 | Notio.Common | dotnet add package Notio.Common |
3 | Notio.Cryptography | dotnet add package Notio.Cryptography |
4 | Notio.Logging | dotnet add package Notio.Logging |
5 | Notio.Network | dotnet add package Notio.Network |
6 | Notio.Network.Package | dotnet add package Notio.Network.Package |
7 | Notio.Network.Web | dotnet add package Notio.Network.Web |
8 | Notio.Serialization | dotnet add package Notio.Serialization |
9 | Notio.Shared | dotnet add package Notio.Shared |
10 | Notio.Storage | dotnet add package Notio.Storage |
Contributing
When contributing please keep in mind our Code of Conduct.
Notio is copyright © PhcNguyen - Provided under the Apache License, Version 2.0.
Contact
For questions, suggestions, or support, please open an issue on GitHub or contact the maintainers directly.
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.Common (>= 0.3.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 | 312 | 4/13/2025 | |
0.5.33 | 288 | 4/8/2025 | |
0.5.11 | 264 | 4/6/2025 | |
0.4.71 | 267 | 3/30/2025 | |
0.4.43 | 250 | 3/27/2025 | |
0.4.36 | 254 | 3/27/2025 | |
0.4.20 | 605 | 3/25/2025 | |
0.4.13 | 464 | 3/24/2025 | |
0.4.12 | 477 | 3/24/2025 | |
0.4.2 | 280 | 3/20/2025 | |
0.4.0 | 279 | 3/19/2025 | |
0.3.94 | 271 | 3/18/2025 | |
0.3.93 | 265 | 3/18/2025 | |
0.3.87 | 276 | 3/17/2025 | |
0.3.81 | 235 | 3/15/2025 | |
0.3.72 | 295 | 3/15/2025 | |
0.3.70 | 281 | 3/14/2025 | |
0.3.65 | 311 | 3/13/2025 | |
0.3.62 | 316 | 3/12/2025 | |
0.3.60 | 312 | 3/12/2025 | |
0.3.55 | 326 | 3/10/2025 | |
0.3.50 | 337 | 3/10/2025 | |
0.3.45 | 338 | 3/10/2025 | |
0.3.40 | 388 | 3/8/2025 | |
0.3.36 | 376 | 3/8/2025 | |
0.3.35 | 381 | 3/7/2025 | |
0.2.99 | 274 | 2/23/2025 | |
0.2.94 | 268 | 2/23/2025 | |
0.2.92 | 264 | 2/20/2025 | |
0.2.54 | 223 | 2/13/2025 | |
0.2.34 | 216 | 2/9/2025 | |
0.2.30 | 241 | 2/9/2025 | |
0.2.29 | 252 | 2/9/2025 | |
0.2.28 | 218 | 2/9/2025 |
Includes bug fixes and performance improvements.