Skip to content

ccellist/quickchat-rsocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Quickchat Rsocket

Sample app that demonstrates how to use spring-boot-starter-rsocket in a client/server scenario.

Building

Navigate to each project, server/client, and run

./mvnw package

Running

The quickchat-server app can be run with java -jar target/quickchat-0.0.1-SNAPSHOT.jar. The quickchat-client should be run with java -jar -Dquickchat.server.port=<port of running server> target/quickchat-0.0.1-SNAPSHOT.jar, which should be 7000 in most cases.

Testing

You can test app connectivity by sending curl -XPOST -H 'Accept: application/json' -H 'Content-Type: application/json' http://localhost:8081/chat -d 'Hello'.

About

POC using spring-boot-starter-rsocker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages