0

I'm working on creating mock sever for my Angular application. On frontend I have library for STOMP. And regularly my frontend communicates with Api written in Java.

But additionally I start mock nodejs api which returns hard coded Json files when remote server is down.

Now I'm trying to write mock nodejs websockets server which will community with Angular client when remote server is down. But I would like to keep it simple

I found StompJs library but seems like it needs STOMP message broker (like Rabbit?). It's seems to me a bit complicated for mock server. Is there any option to skip this broker step and keep it as simple as possible?

missbells
  • 43
  • 4

0 Answers0