Skip to content
#

tcp-server

Here are 1,101 public repositories matching this topic...

lemunozm
lemunozm commented Jun 21, 2021

Currently, WebSocket is working for client/server side. However, the browsers do not allow to create tcp connections direclty (which is the current implementation based). Instead, the web-sys must be used.

  • Use a different WebSocket implementation if the target is wasm.
  • wasm example of a client.
enhancement good first issue

Improve this page

Add a description, image, and links to the tcp-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tcp-server topic, visit your repo's landing page and select "manage topics."

Learn more