solid-stomp
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

To install, enter:

npm solid-stomp

Example code usage:

createStompClient({
    url: 'ws://someurl.com/ws',
    onConnect: (client: Stomp.Client) => {
      client.subscribe("/topic/sometopic", (message) => {
        console.log(message.body);
      });
    }
  });

Readme

Keywords

Package Sidebar

Install

npm i solid-stomp

Weekly Downloads

0

Version

0.0.8

License

none

Unpacked Size

33.2 kB

Total Files

6

Last publish

Collaborators

  • phongphuong