question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make Socket.IO great again

See original GitHub issue

(yep, that headline is overrused)

Disclaimer:

Now, enough about my limitations. The Server API and Client API were added on Github, do not hesitate if you find something missing!

Current to-do list:

I closed quite a lot of issues yesterday through the GitHub API (hitting the rate limit several times), in order to have some feedback (like this one ❤️) and to be able to focus to the active ones.

As usual, every contribution is welcome!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:100
  • Comments:24 (10 by maintainers)

github_iconTop GitHub Comments

11reactions
dsalcedocommented, Jan 14, 2017

May the force with you.

6reactions
rauchgcommented, Jan 13, 2017

My hope is to support you and help out with the website. As soon as we add organizations support to now.sh I’ll be able to include you. In the mean time, feel free to point me to what repositories I should deploy at what URLs!

On Fri, Jan 13, 2017 at 1:55 AM Damien Arrachequesne < notifications@github.com> wrote:

(yep, that headline is overrused)

Disclaimer:

Now, enough about my limitations. The Server API https://github.com/socketio/socket.io/blob/master/docs/API.md and Client API https://github.com/socketio/socket.io-client/blob/master/docs/API.md were added on Github, do not hesitate if you find something missing!

Current to-do list:

  • release the version 2.0 of Engine.IO

Engine.IO will now default to uws https://github.com/uWebSockets/uWebSockets as WebSocket engine, that should bring great performance improvements. An important issue about double UTF-8 encoding was also fixed in the parser https://github.com/socketio/engine.io-parser/pull/81. The only “problem” is that one of the numerous issues open could need a fix over there, hence the delay.

I closed quite a lot of issues yesterday through the GitHub API (hitting the rate limit several times), in order to have some feedback (like this one https://github.com/socketio/socket.io/issues/2350#issuecomment-272211975 ❤️) and to be able to focus to the active ones.

As usual, every contribution is welcome!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/socketio/socket.io/issues/2823, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAy8VewxIPJHaoMLBgIxmmbSfXVuTlQks5rR0oJgaJpZM4Lis7q .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Performance tuning - Socket.IO
Here are some tips to improve the performance of your Socket.IO server:
Read more >
Migrating from 3.x to 4.0 - Socket.IO
The new value (20s) thus seems like a good balance between quick disconnection detection and tolerance to various delays.
Read more >
Migrating from 2.x to 3.0 - Socket.IO
This release should fix most of the inconsistencies of the Socket.IO library and provide a more intuitive behavior for.
Read more >
Using multiple nodes | Socket.IO
When deploying multiple Socket.IO servers, there are two things to take care of:
Read more >
Application structure | Socket.IO
socket.on("order:create", createOrder); ... which is great for discoverability, but could get out of hand in a medium/big application.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found