/rsocket-sample

Primary LanguageJavaScript

Sample Project to Play with RSocket

To Run

./gradlew bootRun then open Page

Editing

preconditions

  • npm installed
  • browserify installed

creating the app.js

run inside /src/main/resources/public

npm install
browserify index.js > app.js