Skip to content

jwhonce/websocket-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

websocket-test

ping/pong server for testing websockets in OpenShift

Creating application on OpenShift:

rhc create-app pingpong nodejs-0.10 --from-code https://github.com/jwhonce/websocket-test.git

Testing application:

wscat -c ws://$OPENSHIFT_APP_DNS:8000/ -p 8

If everything is working, the messages you type into wscat should be echo'ed back to you.

This was developed for testing unidling websocket applications on OpenShift Online.

About

ping/pong server for testing websockets in OpenShift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published