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

https://github.com/zebrajaeger/spring-ng2-stomp-test


https://github.com/zebrajaeger/spring-ng2-stomp-test

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# spring-ng2-stomp-test

This is a simple-minimum-test to communicate between:

- spring boot application
- angular(10) client

via 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.