Content tagged websocket

Report Tag

22 usages of this tag
  • 30 replies
  • 7.6K views
1 favourites

I feel like that sometimes a person need many programs to set up a stream, so I wanted to create a overlay that handle much of these things, with a minimal setu...

  • 3 replies
  • 1.2K views
This content is deleted
Forum Topic
How do I make websocket work online?
0 favourites

The thing is, I have my code, and it's working perfectly fine using Websocket when I test the game locally. However, as soon as I upload it to my website and op...

posted 5 years ago
  • 1 replies
  • 747 views
This content is deleted
Forum Topic
How do I add additional_trust_anchors to nw.js export?
0 favourites

I am using Construct 3 to make a control panel for an IoT device. I want to use web sockets to communicate. I want to supply self signed certificates for the de...

  • 1 replies
  • 872 views
This content is deleted
Forum Topic
How do I multiple Websocket connections? [Solved]
0 favourites

I try to make a two websocket connections in the same time but it's not possible to open a connection while one connection is already opened. Is there any way t...

posted 5 years ago
  • 0 replies
  • 183 views
This content is deleted
Forum Topic
Multiple websocket connection in a single client.
0 favourites

I'm wondering multiple connection for websocket will be supported in C3? It seems that it is possible to do it just by copying plugin in C2 like mentioned in th...

  • 1 replies
  • 502 views
This content is deleted
Forum Topic
Websockets plugin and peer to peer communication
0 favourites

I seem to recall that I once created a peer to peer Websocket communication link between two C3 games. Do I recall this correctly that this can be done? Reading...

posted 4 years ago
  • 3 replies
  • 693 views

About a year ago, conclusion about wss:// websocket connection in Signed Release APK was that due to a bug in Webview, connecting to wss://multiplayer.Scirra.Co...

  • 2 replies
  • 638 views
This content is deleted
Forum Topic
Why WebSocket On binary Data Error?
0 favourites

My websocket will disconnect when it receives binary data,Does anyone know what's going on? Actions.Js:1 WebSocket connection to 'ws://127.0.0.1:8080/' failed:...

posted 3 years ago
  • 0 replies
  • 775 views
This content is deleted
Forum Topic
Is there an example on websocket?
0 favourites

Is there a .C3p example for multiplayer games and chat using websocket for Construct? There's a tutorial video on how to make a websocket server for Construct 2...

  • 0 replies
  • 350 views
This content is deleted
Forum Topic
Best way to network for user created levels?
0 favourites

My game included a level creator, and my aim is for players to be able to create and submit levels, as well as browse other user created levels to play. The gam...