Sers.ServiceStation 2.1.28

dotnet add package Sers.ServiceStation --version 2.1.28                
NuGet\Install-Package Sers.ServiceStation -Version 2.1.28                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sers.ServiceStation" Version="2.1.28" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sers.ServiceStation --version 2.1.28                
#r "nuget: Sers.ServiceStation, 2.1.28"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Sers.ServiceStation as a Cake Addin
#addin nuget:?package=Sers.ServiceStation&version=2.1.28

// Install Sers.ServiceStation as a Cake Tool
#tool nuget:?package=Sers.ServiceStation&version=2.1.28                

Sers Introduction

Sers was a set of cross-platform and cross-language open source micro-service architecture protocol

source address: https://github.com/serset/Sers
the current version is 2.1, requestQueue mode.

alternate text is missing from this package README image
alternate text is missing from this package README image alternate text is missing from this package README image

Build NuGet Docker
alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

Sers has the following features:

  • Cross-language, cross-platform, currently supports C #, Java, C ++, JavaScript
  • High efficiency and concurrency (millions of concurrency), QPS:2 million
  • Lightweight and simple, JavaScript access, less than 1000 lines of code, only 8KB after compression
  • Easy to expand, can expand access
  • Support IOCP, ZMQ, WebSocket, NamedPipe, SharedMemory and other communication methods
  • No code intrusion, NET Core only takes 1 line of code to join the service center

Station classification

Sers was a centralized micro-service architecture protocol, which was divided into service center and service station according to identity.

1. Service Center

ServiceCenter provides services such as service registration, service discovery, request distribution (load balancing), API management, service station management, message subscription, etc.

All service sites need to register with this service center. All requests are forwarded through the service center.

The service center has built-in GOVER service governance function. Provide service management monitoring, station management monitoring, service limit flow, service statistics and other functions. Service governance is deployed in the service center.

The service governance entry address is http://ip:6022/gover/index.html

The port number is configured in the appsettings.json configuration file.

2. Service Station

Service Station provides application layer services.

Service station can have multiple, connected to each other through a service center. When the service station is started, it initiates a service registration request to the service center to register the service.

Once the service station is registered successfully, it can provide services to other stations (including the service gateway). Services provided by other stations can be invoked.

The service provided is identified by a URL (Route).

The service station can be attached directly to the service center (dispensing with the communication layer, monomer mode) to provide services. The performance data of 2 million QPS was measured in this mode.

3. Service Gateway

The Service Gateway exposes internal services to the outside world over HTTP.

A service gateway is a special service station. The gateway listens for the request using HTTP and forwards the request to the service center. The service gateway is the external gateway to the service.

The service center has a built-in gateway that can be configured to enable in the AppSettings. Json configuration file.

There are two versions of the Gateway, the C ++ version and the dotnet version. The C ++ version (CGateway) is relatively efficient.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Sers.ServiceStation:

Package Downloads
Sers.Serslot

Sers Microservices - Serslot. An integration adapter for native AspNetCore WebApi

Sers.Gateway

Sers Microservices - service gateway

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.28 102 9/21/2024
2.1.28-preview 84 9/21/2024
2.1.27 166 7/22/2024
2.1.26 151 7/4/2024
2.1.25 124 7/3/2024
2.1.24 240 4/27/2024
2.1.23 408 1/22/2024
2.1.23-temp 326 1/14/2024
2.1.22 457 12/21/2023
2.1.22-preview 428 12/20/2023
2.1.21 545 7/28/2023
2.1.20 459 6/4/2023
2.1.20-preview17 434 6/3/2023
2.1.19 530 5/19/2023
2.1.19-preview8 455 5/26/2023
2.1.18 1,491 7/24/2022
2.1.18-preview902 527 5/25/2022
2.1.18-preview901 518 5/17/2022
2.1.18-preview8.1 144 4/22/2022
2.1.18-preview8 466 4/22/2022
2.1.18-preview7 576 4/9/2022
2.1.18-preview6 516 4/4/2022
2.1.18-preview5 582 4/2/2022
2.1.18-preview4 579 3/30/2022
2.1.18-preview3 502 3/30/2022
2.1.18-preview2 495 3/28/2022
2.1.18-preview10 570 5/14/2022
2.1.18-preview 503 3/28/2022
2.1.17 1,294 3/28/2022
2.1.17-temp 533 3/24/2022
2.1.17-preview 523 3/25/2022
2.1.16 1,566 2/19/2022
2.1.15 909 11/15/2021
2.1.14 850 11/15/2021
2.1.13 1,168 9/26/2021
2.1.13-preview2 683 9/24/2021
2.1.13-preview 647 9/24/2021
2.1.12 1,408 9/9/2021
2.1.11 1,170 8/22/2021
2.1.10 1,085 8/21/2021
2.1.9 1,085 8/18/2021
2.1.8 1,092 8/13/2021
2.1.7 1,149 7/7/2021
2.1.6 1,291 6/19/2021
2.1.5.701 1,262 6/5/2021
2.1.4.684 1,269 5/27/2021
2.1.3.672 1,327 5/20/2021
2.1.2.626 1,147 4/22/2021
2.1.1.611 1,201 4/20/2021
2.1.1.602 1,218 4/15/2021
2.1.1.499 1,379 2/22/2021
2.1.1.494 1,152 2/8/2021
2.1.1.487 1,125 2/7/2021
2.1.1.482 1,288 2/3/2021
2.1.1.478 1,155 2/2/2021
2.1.1.476 1,244 1/29/2021
2.1.1.461 1,129 1/22/2021
2.1.1.453 1,311 1/15/2021
2.1.1.425 1,182 11/24/2020
2.1.1.423 1,186 11/24/2020
2.1.1.419 1,237 11/11/2020
2.1.1.413 1,216 11/11/2020
2.1.1.410 1,383 10/12/2020
2.1.1.404 1,379 9/28/2020
2.1.1.392 1,407 9/16/2020
2.1.1.384 1,237 8/27/2020
2.1.1.378 1,382 8/8/2020
2.1.1.359 1,265 7/7/2020
2.1.1.352 1,639 6/17/2020
2.1.1.348 1,299 5/29/2020
2.1.1.345 1,580 5/6/2020
2.1.1.341 1,433 4/20/2020
2.1.1.334 1,420 4/10/2020
2.1.1.323 1,283 4/2/2020
2.1.1.322 1,315 4/1/2020
2.1.1.319 1,329 3/31/2020
2.1.1.318 1,282 3/25/2020
2.1.1.315 1,399 3/23/2020
2.1.1.312 1,302 3/17/2020
2.1.1.307 1,286 3/12/2020
2.1.1.304 1,296 3/10/2020
2.1.1.300 1,306 3/9/2020
2.1.1.296 1,350 3/4/2020
2.1.1.291 1,344 3/3/2020
2.1.1.290 1,302 3/2/2020
2.1.1.250 1,173 2/17/2020
2.1.1.81 775 11/29/2019
2.0.1 853 9/1/2019
1.1.8 812 6/27/2019
1.1.6 854 5/15/2019
1.1.0 1,117 4/23/2019