Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/senocak/jakarta-ws

Jakarta Ws with Spring Container
https://github.com/senocak/jakarta-ws

Last synced: about 6 hours ago
JSON representation

Jakarta Ws with Spring Container

Awesome Lists containing this project

README

        

# request.http
```
###
GET http://localhost:8080/

###
WEBSOCKET ws://localhost:8080/chat/username1

###
WEBSOCKET ws://localhost:8080/chat/username1
Content-Type: application/json

===
{
"msg": "msg1"
}
=== wait-for-server
=== wait-for-server
{
"msg": "msg2"
}
```