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

Integrate the autobahn ws test suite #16

Open
omorandi opened this issue Jan 16, 2015 · 3 comments
Open

Integrate the autobahn ws test suite #16

omorandi opened this issue Jan 16, 2015 · 3 comments

Comments

@omorandi
Copy link
Owner

See http://autobahn.ws/testsuite/index.html

@yuchi
Copy link

yuchi commented Jan 19, 2015

We can also have Travis CI do some work for us. See this .travis.yml.

Challenges IMHO:

  • low connectivity,
  • hang-ups,
  • bg/fg switching.

@HilkoLantinga
Copy link
Contributor

Just wondering why you are using websocket in the test app and not ws, ws passes all autobahn tests and seems like the perfect candidate to test against. And for the record, W3C spec and passing autobahn are excellent ideas.

@omorandi
Copy link
Owner Author

@HilkoLantinga, thanks. The current test app + echo server are just meant for quick & dirt testing, so I didn't put much thought on what websocket implementation to use in the node server. The autobahn test suite provides its own server anyway, so the point, in the long term, will be to implement client interaction with that server

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

No branches or pull requests

3 participants