Skip to content

Cristinag/reactivesocket-cli

 
 

Repository files navigation

ReactiveSocket CLI

Description

Simple ReactiveSocket CLI currently for two main purposes

  1. Early testing of new protocol server implementations e.g. websocket
  2. Sending some basic traffic to servers built using ReactiveSocket e.g. help debug a mobile <=> server integration issue.

Build Status

Running

$ gradle installDist
$ ./build/install/reactivesocket-cli/bin/reactivesocket-cli tcp://localhost:8765

Installing via Homebrew

Use tab completion for help with specifying the operation type.

$ brew install yschimke/tap/reactivesocket-cli
$ reactivesocket-cli tcp://localhost:8765

About

Command-line client for ReactiveSocket

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.9%
  • Shell 8.1%