react-stomp:通过SockJs对STOMP协议进行ReactWebsocket组件

时间:2024-05-22 07:19:44
【文件属性】:

文件名称:react-stomp:通过SockJs对STOMP协议进行ReactWebsocket组件

文件大小:117KB

文件格式:ZIP

更新时间:2024-05-22 07:19:44

reactjs websocket-client stompclient sockjs-client JavaScript

React-脚 具有消息传递协议的React组件。 安装 npm install --save react-stomp 用法示例 import React from 'react' ; import SockJsClient from 'react-stomp' ; class SampleComponent extends React . Component { constructor ( props ) { super ( props ) ; } sendMessage = ( msg ) => { this . clientRef . sendMessage ( '/topics/all' , msg ) ; } render ( ) { return ( < div> < SockJsClient url


【文件预览】:
react-stomp-master
----.eslintrc(207B)
----src()
--------client.jsx(8KB)
----.babelrc(155B)
----.npmignore(42B)
----.travis.yml(217B)
----LICENSE(1KB)
----test()
--------bootstrap.js(364B)
--------unit()
--------e2e()
----README.md(3KB)
----API.md(6KB)
----.gitignore(50B)
----package-lock.json(420KB)
----package.json(2KB)

网友评论