Skip to content

CristhianCastillo/spring-webflux-tcp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

spring-webflux-tcp-example

Request Example

curl --location 'http://localhost:8082/api/transaction' \
--header 'Content-Type: application/json' \
--data '{
    "message": "Something from Nothing"
}'

Test TCP Connection on MacOS

Format

nc -zv <<IP>> <<Port>>

Example

nc -zv 127.0.0.1 10001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published