Kotlin / kotlinx-rpc

Add asynchronous RPC services to your multiplatform applications.
https://kotlin.github.io/kotlinx-rpc/
Apache License 2.0
702 stars 16 forks source link

Add installRPC extension for Ktor #55

Closed Mr3zee closed 4 months ago

Mr3zee commented 4 months ago

Until now users faced a need to install WebSockets plugin manually, which can be both confusing and boilerplate. Now they may use installRPC extension that installs both RPC and WebSockets plugins (for server and client)

Mr3zee commented 4 months ago

Please ignore this CI failure, It is fixed in another PR