lapozzo / springboot-tpc-integration-example

Simple example with springboot tcp client server communication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpringBoot TCP client/server Integration Example

Simple example with two springboot applications communicating through TCP using SpringBoot Integration.

tcp-client <-> Gateway Component <-> tcp-server

Running the example

  • Start the server running TcpServerApplication class on the tcp-server project

  • Run the client through TpcClientApplicationTest unit test

About

Simple example with springboot tcp client server communication


Languages

Language:Java 100.0%