Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

grpc/grpc-swift-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This repository contains a gRPC implementation for Swift. You can read moreabout gRPC on thegRPC project's website.

Quick Start

The following snippet contains a Swift Package manifest to use gRPC Swift v2.x withthe SwiftNIO based transport and SwiftProtobuf serialization:

// swift-tools-version: 6.0import PackageDescriptionletpackage=Package(    name:"Application",    platforms:[.macOS("15.0")],    dependencies:[.package(url:"https://github.com/grpc/grpc-swift-2.git", from:"2.0.0"),.package(url:"https://github.com/grpc/grpc-swift-nio-transport.git", from:"2.0.0"),.package(url:"https://github.com/grpc/grpc-swift-protobuf.git", from:"2.0.0"),],    targets:[.executableTarget(            name:"Server",            dependencies:[.product(name:"GRPCCore",package:"grpc-swift-2"),.product(name:"GRPCNIOTransportHTTP2",package:"grpc-swift-nio-transport"),.product(name:"GRPCProtobuf",package:"grpc-swift-protobuf"),])])

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp