Skip to content

Super simple approach to embed Vertx verticles into Spring boot and expose Websockets

Notifications You must be signed in to change notification settings

geekchester/vertx-ws-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vertx with WS embedded into Spring boot app

Local run

  • Start app - gradle bootRun
  • Listen to WS - wsdump.py ws://localhost:7777/live-edit/ws

Observe messages received:

< {"id":"563af08c-758e-4ea9-9185-79749534d89d","type":"ws.init","payload":"hello"}

< {"id":"48e9a371-3073-4193-ab30-7a7376e7d8e7","type":"ping","payload":null}

About

Super simple approach to embed Vertx verticles into Spring boot and expose Websockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages