socket.io-client icon indicating copy to clipboard operation
socket.io-client copied to clipboard

Realtime application framework (client)

Results 93 socket.io-client issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** We have a pretty big websocket footprint in our product, and we've discovered that, by themselves neither transport offers 100%...

enhancement

### You want to: * [x] report a *bug* * [ ] request a *feature* ### Current behaviour with react-native 0.47 in client and https node server with self signed...

documentation

### You want to: * [ ] report a *bug* * [x] request a *feature* ### Current behaviour If you have a front end application which uses the socketio client,...

documentation

### You want to: * [] report a *bug* * [x] request a *feature* ### Current behaviour I could not find a way to make a client to server connection...

enhancement

Websockets has a support for unix sockets with a url like `ws+unix:///path/to/file`, but Socket.io doesn't seem to support it. The server: ``` javascript const path = './server.sock'; var app =...

enhancement

### You want to: * [x] report a *bug* * [ ] request a *feature* ### Current behaviour *socket doesn't connect when react native remote debugger is turned on. The...

Background: I'm preparing a PR to add more typing information now that the repo is written in typescript (🎉). I was wondering if you can explain some things for me....

I Would love to refactor this to es6 and transpil it with rollup to produce iife cjs and esm builds i would even do the refactoring but i need to...

### You want to: * [x] report a _bug_ * [ ] request a _feature_ ### Current behaviour I can't connect via socket io to my server, it times out....

The install docs have not been updated for v3. There is no slim build anymore, is it on purpose? If so, which bundle do you recommend for development and which...

documentation