Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duydang2311/altv.community
A monorepo containing multiple alt:V community packages for C# module.
https://github.com/duydang2311/altv.community
altv altv-client altv-server csharp dotnet events messaging mvalue mvalue-adapter source-generator
Last synced: 29 days ago
JSON representation
A monorepo containing multiple alt:V community packages for C# module.
- Host: GitHub
- URL: https://github.com/duydang2311/altv.community
- Owner: duydang2311
- License: mit
- Created: 2024-11-11T13:17:38.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-20T09:35:11.000Z (about 1 month ago)
- Last Synced: 2024-11-20T10:14:06.569Z (about 1 month ago)
- Topics: altv, altv-client, altv-server, csharp, dotnet, events, messaging, mvalue, mvalue-adapter, source-generator
- Language: C#
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## AltV.Community
This is a monorepo containing multiple alt:V community packages for C# module.
### Packages
| Package | Version | Description |
| ------------- | ------------- | ----------- |
| [**AltV.Community.Messaging**](/packages/AltV.Community.Messaging/) | [![NuGet badge](https://img.shields.io/nuget/v/AltV.Community.Messaging?color=blue&cacheSeconds=3600)](https://www.nuget.org/packages/AltV.Community.Messaging/) | Core package for messaging implementations.
| [**AltV.Community.Messaging.Server**](/packages/AltV.Community.Messaging.Server/) | [![NuGet badge](https://img.shields.io/nuget/v/AltV.Community.Messaging.Server?color=blue&cacheSeconds=3600)](https://www.nuget.org/packages/AltV.Community.Messaging.Server/) | Implementation for messaging on the server.
| [**AltV.Community.Messaging.Client**](/packages/AltV.Community.Messaging.Client/) | [![NuGet badge](https://img.shields.io/nuget/v/AltV.Community.Messaging.Client?color=blue&cacheSeconds=3600)](https://www.nuget.org/packages/AltV.Community.Messaging.Client/) | Implementation for messaging on the client.
| [**AltV.Community.Events**](/packages/AltV.Community.Events/) | [![NuGet badge](https://img.shields.io/nuget/v/AltV.Community.Events?color=blue&cacheSeconds=3600)](https://www.nuget.org/packages/AltV.Community.Events/) | Create events as classes with sync and async support.
| [**AltV.Community.MValueAdapters.Generators**](/packages/AltV.Community.MValueAdapters.Generators/) | [![NuGet badge](https://img.shields.io/nuget/v/AltV.Community.MValueAdapters.Generators?color=blue&cacheSeconds=3600)](https://www.nuget.org/packages/AltV.Community.MValueAdapters.Generators/) | alt:V MValue adapter source generator
| [**AltV.Community.MValueAdapters.Generators.Abstractions**](/packages/AltV.Community.MValueAdapters.Generators.Abstractions/) | [![NuGet badge](https://img.shields.io/nuget/v/AltV.Community.MValueAdapters.Generators.Abstractions?color=blue&cacheSeconds=3600)](https://www.nuget.org/packages/AltV.Community.MValueAdapters.Generators.Abstractions/) | Abstract types for alt:V MValue adapter source generator implementation