Skip to content

fix "port" usage in examples #2

Description

@trentm

To have the examples work, in README.md this:

var socket = new io.Socket('localhost', 8000);

should be:

var socket = new io.Socket('localhost', {'port': 8000});

and likewise in "example/example-app.js".

Cheers,
Trent

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions