Skip to content

lightweight websocket client for react SPAs based on typescript, sockJS & stompJS

Notifications You must be signed in to change notification settings

AlbertLochmueller/react-stompjs-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-stompjs-client

Lightweight websocket client for react SPAs based on typescript, sockJS & stompJS

Usage

import * as React from 'react';
import WebSocketClient from 'react-stompjs-client';

export const WebSocketWrapper = (props) => (
    <WebSocketClient {...props}>
        <div>Hello World</div>
    </WebSocketClient>
);

About

lightweight websocket client for react SPAs based on typescript, sockJS & stompJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published