About 2,920,000 results
Open links in new tab
  1. C or C++ websocket client working example - Stack Overflow

    Sep 3, 2021 · I am new to C and C++. I am trying to find small working example for any websocket library in C or C++ that can connect to websocket server. So, far I have explored, uWebsockets, …

  2. How to implement a WebSocket Server in java? - Stack Overflow

    Sep 13, 2019 · I'm working on setting up my first websocket server for a communications app. I can't seem to figure out how websockets are implemented in Java. I've tried, unsuccessfully, creating an …

  3. Websocket boost/beast example with client/server - Stack Overflow

    May 21, 2024 · Maybe somebody can provide simple example(or references) on how to setup client and server using websocket from boost/beast library? I need an example on how to handle input …

  4. How to use uWebsockets from Visual Studio C++? - Stack Overflow

    May 16, 2020 · 3 uWebSockets https://github.com/uNetworking/uWebSockets How to use this from Visual Studio C++ ? I wish to implement a simple websocket server. I don't want to use Makefile, …

  5. How to set up a WebSocket for Azure - Stack Overflow

    Oct 13, 2023 · Does it work on azure as well? using websocket-sharp with localhost or IIS works fine, but we are facing difficulties setting the web socket server on azure. We enabled websocket in our …

  6. How to call RPC using WebSocket in Godot 4.1 - Stack Overflow

    How to call RPC using WebSocket in Godot 4.1 | browser multiplayer game (websocket + webRTC) (Attempt to call RPC with unknown peer ID) Asked 2 years, 1 month ago Modified 2 years, 1 month …

  7. Creating a "Hello World" WebSocket example - Stack Overflow

    Apr 18, 2012 · 6 WebSockets are implemented with a protocol that involves handshake between client and server. I don't imagine they work very much like normal sockets. Read up on the protocol, and …

  8. How to create websockets server in PHP - Stack Overflow

    And in the case where you're on a shared hosting environment in which you can't install/use Node.js for WebSocket, you can use a free service like Heroku to set up a Node.js WebSocket server and make …

  9. WebSocket with SSL - Stack Overflow

    The WebSocket connection starts its life with an HTTP or HTTPS handshake. When the page is accessed through HTTP, you can use WS or WSS (WebSocket secure: WS over TLS) . However, …

  10. How to setup Websocket in Blazor Server? - Stack Overflow

    Mar 26, 2024 · I need to prepare a WebSocket Server to allow connection from old client who only connects to WebSocket Ok, will SignalR not do that? I know there are options tell signalR to just use …