BatuhanKucukali / spring-boot-websocket-example

Spring Boot WebSocket Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot WebSocket Example

Technologies

Prerequisites

Run this project

1 . Clone project on your machine and run

git clone git@github.com:BatuhanKucukali/spring-boot-websocket-example.git

2 . Open Google Chrome Console and paste the code

ws = new WebSocket('ws://localhost:8080/message');

3 . Start connection and check Network Tab

ws.send("hello")

4 . Close connection

ws.close();

Getting help

If you're having trouble getting this project running, feel free to open an issue or email me!

About

Spring Boot WebSocket Example


Languages

Language:Kotlin 100.0%