shivam-modi

Results 2 comments of shivam-modi

Anyone who wants to use a local server for testing and development purposes can use **ngrok to expose a local development server to the Internet with minimal effort.**

Hi @flohhhh, that doesn't worked for me `import { Client, Stomp, Versions } from "@stomp/stompjs";` `useEffect(() => { const stompClient = new Client({ brokerURL: 'ws://192.168.1.34:8080/topic', onConnect: () => { console.log('Connected...