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

Streamline setup+use #65

Closed
DTrejo opened this issue Oct 2, 2010 · 2 comments
Closed

Streamline setup+use #65

DTrejo opened this issue Oct 2, 2010 · 2 comments

Comments

@DTrejo
Copy link

DTrejo commented Oct 2, 2010

I've been trying use socket.io for a project of mine, and I've noticed a few things. Some of these are probably just me being silly, but here goes:

  • version of socket.io-node in npm is not .6
  • this git repo has tons of sub-repos and lib folders — trying to clone the .6 version and figure out how things work can be confusing
  • It is unclear to me how this combines with the connect framework [update: just use it like normal]
  • When I fire up my server, and bind socket.io-node to it, my client does not connect, but I don't receive any error messages anywhere so I don't know what's going on. [update: make sure port numbers are same on client and server]

So my thoughts are that #1, it would be nice to have the latest version on npm, so that no mistakes are caused by downloading the .6 client script and using the .5.3 server version.

tldr; It'd be nice to have the latest version in npm.

Have a good day,
David

@rauchg
Copy link
Contributor

rauchg commented Oct 2, 2010

David,

Thanks so much for the feedback on this. This is one of my proorities: streamlining the deployment/use of socket.io. Getting .6 to npm is my top thing right now, and as soon as I get it stable, it'll be there for everyone to use a few keystrokes away.

@DTrejo
Copy link
Author

DTrejo commented Oct 2, 2010

Ah ok, I didn't realize it was a stability issue (I saw the .6 on the site and just assumed).

Thanks,
David

This issue was closed.
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

2 participants