SkillAgentSearch skills...

ClusterConfiguration

Beetlex Webapi cluster configuration

Install / Use

/learn @beetlex-io/ClusterConfiguration
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Cluster configuration

Beetlex Webapi cluster configuration

run

dotnet FastHttpApi.ClusterConfiguration.dll

change manager password

openHttpConfig.jsonfile change

    "Manager": "admin",
    "ManagerPWD": "123456",

Cluster Management

FastHttpApi using

HttpClusterApi = new BeetleX.FastHttpApi.Clients.HttpClusterApi();
await HttpClusterApi.LoadNodeSource("default", "http://localhost:8080");

create interface proxy

    public interface IDataService
    {
        [Get(Route = "hello/{name}")]
        string Hello(string name);
    }

 DataService = HttpClusterApi.Create<IDataService>();
 var result = DataService.Hello("henry");

sample code Cluster projects

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated3y ago
Forks3

Languages

HTML

Security Score

75/100

Audited on Feb 14, 2023

No findings