https://github.com/zebrajaeger/spring-ng2-stomp-test
https://github.com/zebrajaeger/spring-ng2-stomp-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebrajaeger/spring-ng2-stomp-test
- Owner: zebrajaeger
- Created: 2021-05-03T20:13:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T10:10:15.000Z (about 4 years ago)
- Last Synced: 2025-02-07T23:42:55.438Z (3 months ago)
- Language: TypeScript
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-ng2-stomp-test
This is a simple-minimum-test to communicate between:
- spring boot application
- angular(10) clientvia stomp. Tasks are:
- Send Message from client to server
- Send Message from server to client
- RPC (Remote Procedure Call) from client to Server and get back a response.