Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/senocak/jakarta-ws
- Owner: senocak
- Created: 2023-11-08T11:30:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T11:32:49.000Z (about 1 year ago)
- Last Synced: 2023-11-08T12:35:06.695Z (about 1 year ago)
- Language: Kotlin
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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"
}
```