Skip to content

A demo application for a Spring Boot backend with WebSocket that sends anonymous messages to Vue.js frontend

Notifications You must be signed in to change notification settings

Mokkapps/spring-boot-websocket-anonymous-messages-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot WebSocket Anonymous Messages Demo

This demo is related to this blog post: Sending Message To Specific Anonymous User On Spring WebSocket

Run the demo

Start the frontend by calling:

cd frontend

npm run serve

Start the backend:

cd backend

./gradlew bootRun

Open http://localhost:4200 in your browser.

About

A demo application for a Spring Boot backend with WebSocket that sends anonymous messages to Vue.js frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published