# rsocket-tck **Repository Path**: mirrors_rsocket/rsocket-tck ## Basic Information - **Project Name**: rsocket-tck - **Description**: Technology Compatibility Kit (TCK) for RSocket implementations - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RSocket TCK [![Build Status](https://github.com/rsocket/rsocket-tck/workflows/Java%20CI/badge.svg)](https://github.com/rsocket/rsocket-tck/actions?query=workflow%3A%22Java+CI%22) The goal of this project is to provide a reliable polyglot testing suite to verify both existing and upcoming versions of servers and clients that use the RSocket protocol. ## Notice Previous scala implementation is in [master branch](https://github.com/rsocket/rsocket-tck/tree/master) ## Outline The challenge of creating any test suite for network protocols is that we must have a wait for one side to behave according to how we expect, so we can check that the appropriate outputs are received given a certain input. Another challenge is that the tests must be polyglot (support multiple languages), as this network protocol can, and will be, implemented in various languages.