The Wayback Machine - https://web.archive.org/web/20210909084109/https://github.com/topics/ws
Skip to content
#

ws

Here are 232 public repositories matching this topic...

guillemcordoba
guillemcordoba commented Jul 8, 2021

This is the error that I get when importing isomorphic-ws and bundling with rollup:

[!] Error: 'default' is not exported by node_modules/isomorphic-ws/browser.js, imported by node_modules/@holochain/conductor-api/lib.es/websocket/client.js
https://rollupjs.org/guide/en/#error-name-is-not-exported-by-module
node_modules/@holochain/conductor-api/lib.es/websocket/client.js (10:7)
 8:  
LuisMayo
LuisMayo commented Oct 13, 2020

Hi and thanks for this library, it really ease things up.

I have detected that when you use WebSocketServer and go and try to establish an HTTP connection to the websocket port the server crashes and closes.

While I obviously don't expect the WS server to work properly when being contacted by the wrong protocol it should fail silently, or at least, allow the programmer to specify an error ca

Improve this page

Add a description, image, and links to the ws 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 ws topic, visit your repo's landing page and select "manage topics."

Learn more