Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Socket.IO great again #2823

Closed
12 of 15 tasks
darrachequesne opened this issue Jan 13, 2017 · 27 comments
Closed
12 of 15 tasks

Make Socket.IO great again #2823

darrachequesne opened this issue Jan 13, 2017 · 27 comments
Milestone

Comments

@darrachequesne
Copy link
Member

darrachequesne commented Jan 13, 2017

(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!

@rauchg
Copy link
Contributor

rauchg commented Jan 13, 2017 via email

@dsalcedo
Copy link

May the force with you.

@cozzbie
Copy link

cozzbie commented Jan 15, 2017

MSGA!!!!

@Swinkid
Copy link

Swinkid commented Jan 15, 2017

Great to hear. Wish I could get involved, But I wish you the best of luck. Socket.IO Is probably my favourite library!

@darrachequesne
Copy link
Member Author

@Swinkid, well, actually you can! If you find something missing / not clear enough in the documentation, do not hesitate to open a pull request!

@Swinkid
Copy link

Swinkid commented Jan 16, 2017

@darrachequesne Awesome. One thing I did find while picking up Socket.IO, which maybe not the place for the documentation, was different "Niché" things like how to select certain Transport methods. Maybe in the future we need a look at code examples and what not.

Also @darrachequesne , seems like your portfolio's SSL Cert has expired ;)

@darrachequesne
Copy link
Member Author

@Swinkid yep, it needs some love too 😄

@darrachequesne
Copy link
Member Author

Two PR that would need reviews / opinions:

@Swinkid
Copy link

Swinkid commented Jan 23, 2017

Hey,

Just a suggestion - is the Wiki function on github editable by anyone? Wondering if considering using that so that when you get access to the website again we could just link to the documentation there to prevent the issue being present in the future.

Also, I was thinking about writing the chat application tutorial in markdown while fixing some of the issues raised in pull requests, opinions?

@barryvdh
Copy link

As @darrachequesne said, the API docs are also on Github already: https://github.com/socketio/socket.io/blob/master/docs/API.md

@rauchg If it's not easy to fix the corrupted website, perhaps just redirect the API links to Github directly?

@EddieOne
Copy link

EddieOne commented Feb 7, 2017

Well, press secretary is not a great title but when you are elected, I would be willing to help on the documentation side. I see you have been working on the docs, that is great to see. My suggestion would be to totally host the site on github since it's the central location people go to first.

@darrachequesne
Copy link
Member Author

darrachequesne commented Feb 13, 2017

Next step: the website
Note to myself: it seems time is actually a limited resource

Oh, and if anyone knows why the build fails with Error: 'document' is null or not an object here (the code seems to run in IE8 though)..

lakamsani pushed a commit to lakamsani/socket.io-android-chat that referenced this issue Feb 20, 2017
lakamsani pushed a commit to lakamsani/socket.io-android-chat that referenced this issue Feb 20, 2017
…et.io#2823

2. Android Studio 2.3.0-beta4, Api25, gradle 3.3 changes.
3. works with Pixel XL emulator, Api23
@lakamsani
Copy link

@nkzawa here is my PR to get the Android sample working with: https://socketio-chat.now.sh/ and some minor Android API upgrades (to level 25).

@darrachequesne
Copy link
Member Author

The site should be up again: https://socket.io/

If anyone wants to contribute, the source is here: https://github.com/socketio/socket.io-website/tree/new-website (hosted on now.sh, thanks to @rauchg 👍 )

@barryvdh
Copy link

barryvdh commented Mar 3, 2017

The entire site is offline now, including the CDN (https://cdn.socket.io) :(

@rauchg
Copy link
Contributor

rauchg commented Mar 3, 2017 via email

@rauchg
Copy link
Contributor

rauchg commented Mar 3, 2017 via email

@rkt2spc
Copy link

rkt2spc commented Mar 8, 2017

Can't we just host the site on a different domain? .github.io for example
I really need the docs on running on multiple nodes. Can't seem to find it in the repository

@EddieOne
Copy link

EddieOne commented Mar 8, 2017

Sorry, site is under maintenance as we work to get away from gross php. 😉
Docs can be found here and on the readme for each module.

@darrachequesne
Copy link
Member Author

OK, it's been 3 days now, I guess we can reliably say the site is up again ❤️ The old docs, the blog and the examples are still missing, I'll update that as soon as possible.

▶️ https://socket.io/

@DroidCraftsmanKK
Copy link

Hi i am getting Failed to connect toast message when i tried to connect the server.What would be the issue.?

@sopinon
Copy link

sopinon commented Mar 16, 2017

still or again offline? :(

@darrachequesne
Copy link
Member Author

I'm happy to announce that, in order to ensure the sustainability of the project, Socket.IO is now part of Open Collective: https://opencollective.com/socketio

That will provide a way for anyone, both individuals and companies, to sponsor the development and the maintenance of the project.

Blog post: https://socket.io/blog/socket-io-is-on-open-collective/

@darrachequesne darrachequesne added this to the 2.0.0 milestone May 16, 2017
@teojunjie
Copy link

Hi is there a way to set custom cookie header when socket io connects to server?

sam43 pushed a commit to sam43/Socket.io-Android that referenced this issue Jul 28, 2020
…et.io#2823

2. Android Studio 2.3.0-beta4, Api25, gradle 3.3 changes.
3. works with Pixel XL emulator, Api23
@osamasayed585
Copy link

osamasayed585 commented Jan 13, 2023

Hello there, I tried to implement this demo as you show in this app but I found an issue,
what it means when I connect makes a problem with Listener called Socket.EVENT_CONNECT_ERROR

I think this occurs due to the server URL because I tried to remove the server URL and hit the run button to start my app again and also found the same error

I used this URL from this repo https://socket-io-chat.now.sh/ and this URL http://chat.socket.io from the documentation both don't work.

is this server URL still work?

@darrachequesne
Copy link
Member Author

@osamasayed585 you can use https://socketio-chat-h9jt.herokuapp.com/ for now. I'll check if we can revive the chat.socket.io domain...

@bitdream
Copy link

@osamasayed585 you can use https://socketio-chat-h9jt.herokuapp.com/ for now. I'll check if we can revive the chat.socket.io domain...

There's nothing here, yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests