Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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