SuperSocket.ClientEngine.Core
by: Kerry Jiang
- 381 total downloads
- Latest version: 0.10.0
It's a .NET socket tool which can simplify the socket client developing. This difference between this package and SuperSocket.ClientEngine is it doesn't include the protocol resolving library.
StyleCop.Analyzers
by: Sam Harwell et. al.
- 1.647k total downloads
- Latest version: 1.2.0-beta.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
summernote.editor
by: Summernote
- 14 total downloads
- Latest version: 0.8.10
Summernote is a JavaScript library that helps you create WYSIWYG editors online.
Home page: https://summernote.org
Summernote is available under the MIT license.
StyleCop.Analyzers.Unstable
by: Sam Harwell et. al.
- 462 total downloads
- Latest version: 1.2.0.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
supabase-csharp
by: Joseph Schultz <joseph@acupofjose.com>
- 1.508k total downloads
- Latest version: 0.16.2
A C# implementation of the Supabase client
supabase-core
by: Joseph Schultz <joseph@acupofjose.com>
- 63 total downloads
- Latest version: 0.0.3
Shared core for supabase-csharp
supabase-storage-csharp
by: Joseph Schultz <joseph@acupofjose.com>
- 430 total downloads
- Latest version: 1.4.0
A C# implementation of the Supabase Storage client
Supabase
by: Joseph Schultz <joseph@acupofjose.com>
- 206 total downloads
- Latest version: 1.5.0
A C# implementation of the Supabase client
Supabase.Functions
by: Joseph Schultz <joseph@acupofjose.com>
- 72 total downloads
- Latest version: 2.2.0
A C# client for Supabase Functions
Supabase.Realtime
by: Joseph Schultz <joseph@acupofjose.com>
- 143 total downloads
- Latest version: 7.3.1
Realtime-csharp is written as a client library for supabase/realtime.
Supabase.Postgrest
by: Joseph Schultz <joseph@acupofjose.com>
- 132 total downloads
- Latest version: 4.4.0
Postgrest-csharp is written primarily as a helper library for supabase/supabase-csharp, however, it should be easy enough to use outside of the supabase ecosystem.
The bulk of this library is a translation and c-sharp-ification of the supabase/postgrest-js library.
Supabase.Core
by: Joseph Schultz <joseph@acupofjose.com>
- 61 total downloads
- Latest version: 1.2.0
Shared core for Supabase.*
Supabase.Storage
by: Joseph Schultz <joseph@acupofjose.com>
- 135 total downloads
- Latest version: 2.6.0
A C# implementation of the Supabase Storage client
Supabase.Gotrue
by: Joseph Schultz <joseph@acupofjose.com>
- 276 total downloads
- Latest version: 6.2.0
A C# client for gotrue
SuperSocket
by: Kerry Jiang
- 648 total downloads
- Latest version: 2.0.2
SuperSocket is a light weight, cross platform and extensible socket server application framework. You can use it to build a server side socket application (like game server, GPS server, industrial control system, data acquisition server etc) easily without thinking about how to use socket, how to maintain the socket connections and how socket works.
SuperSocket.Command
by: Kerry Jiang and other contributors
- 401 total downloads
- Latest version: 2.1.0
SuperSocket command pattern library providing a structured request processing framework with command discovery, dependency injection support, and flexible command dispatching based on message keys.
SuperSocket.Primitives
by: Kerry Jiang and other contributors
- 393 total downloads
- Latest version: 2.1.0
SuperSocket core primitive interfaces and classes that define the fundamental abstractions for network communication, session management, and message handling.
SuperSocket.Channel
by: Kerry Jiang and other contributors
- 142 total downloads
- Latest version: 2.0.0-beta.18
SuperSocket library to abstract underlying communications as channel with pipeline.
SuperSocket.Connection
by: Kerry Jiang and other contributors
- 216 total downloads
- Latest version: 2.1.0
SuperSocket connection abstraction library that provides high-performance networking through System.IO.Pipelines, ensuring efficient data transfer with minimal allocations and buffer management.
SuperSocket.Client
by: Kerry Jiang and other contributors
- 352 total downloads
- Latest version: 2.1.0
SuperSocket client library implementing high-performance socket client functionality with protocol extensibility, pipeline processing, and comprehensive connection management.