Nalix.Network
0.9.3
See the version list below for details.
dotnet add package Nalix.Network --version 0.9.3
NuGet\Install-Package Nalix.Network -Version 0.9.3
<PackageReference Include="Nalix.Network" Version="0.9.3" />
<PackageVersion Include="Nalix.Network" Version="0.9.3" />
<PackageReference Include="Nalix.Network" />
paket add Nalix.Network --version 0.9.3
#r "nuget: Nalix.Network, 0.9.3"
#addin nuget:?package=Nalix.Network&version=0.9.3
#tool nuget:?package=Nalix.Network&version=0.9.3
Nalix
📖 About
Nalix 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.
🛠️ Latest Builds
Enviroment | Status |
---|---|
✨ 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.
- 📡 Live Updates – Stay up to date with real-time updates, ensuring dynamic and responsive experiences.
- 💻 Modern C# Implementation – Leveraging cutting-edge C# features for clean, efficient, and maintainable code.
- 🧩 SOLID & DDD Principles – Adhering to SOLID principles and Domain-Driven Design for a robust and scalable architecture.
🔧 Requirements
- .NET 9 and C# 13 support
- Install .NET SDK 9 from dotnet.microsoft.com
Visual Studio 2022
Download Visual Studio
💻 Technologies
📦 Available NuGet Packages
Package ID | Description | Install Command |
---|---|---|
Nalix | Core real-time server & client library | dotnet add package Nalix |
Nalix.Common | Common utilities for Nalix | dotnet add package Nalix.Common |
Nalix.Cryptography | Secure cryptographic functions | dotnet add package Nalix.Cryptography |
Nalix.Logging | Logging utilities for Nalix | dotnet add package Nalix.Logging |
Nalix.Network | Low-level networking functionality | dotnet add package Nalix.Network |
Nalix.Network.Package | Custom packet handling for Nalix | dotnet add package Nalix.Network.Package |
Nalix.Network.Web | WebSocket support for Nalix | dotnet add package Nalix.Network.Web |
Nalix.Shared | Shared models and definitions | dotnet add package Nalix.Shared |
Nalix.Storage | Storage solutions for Nalix | dotnet add package Nalix.Storage |
🛠️ Contributing
When contributing, please follow our Code of Conduct and submit PRs with proper documentation and tests.
📜 License
Nalix 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.
Give a ⭐️ if this project helped you!
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
- Nalix (>= 0.9.1)
- Nalix.Common (>= 0.9.3)
- Nalix.Shared (>= 0.9.1)
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.9.83 | 57 | 6/7/2025 |
0.9.82 | 62 | 6/7/2025 |
0.9.79 | 63 | 6/7/2025 |
0.9.71 | 66 | 5/31/2025 |
0.9.67 | 100 | 5/30/2025 |
0.9.51 | 136 | 5/27/2025 |
0.9.3 | 131 | 5/20/2025 |
0.9.2 | 134 | 5/20/2025 |
0.9.1 | 136 | 5/20/2025 |
0.8.73 | 106 | 5/17/2025 |
0.8.51 | 123 | 5/11/2025 |
0.8.26 | 138 | 5/5/2025 |
0.8.25 | 134 | 5/5/2025 |
0.7.89 | 124 | 5/2/2025 |
0.7.82 | 133 | 4/30/2025 |
0.7.39 | 145 | 4/28/2025 |
0.6.63 | 156 | 4/21/2025 |
- Initial release of Nalix.Network.
- Features include:
• Connection management for reliable client-server communication.
• Custom protocol handling for flexible network interactions.
• Event-driven listeners for efficient request processing.
• Transport layer abstractions for optimized data transmission.
• Scalable architecture for high-performance networking applications.