Starscream/examples/SimpleTest
2019-03-01 00:28:36 +09:00
..
SimpleTest new error handling. Timeout fix. Assorted fixes 2018-01-13 18:53:59 -06:00
SimpleTest.xcodeproj new error handling. Timeout fix. Assorted fixes 2018-01-13 18:53:59 -06:00
.gitignore added test autobahn project 2015-08-04 10:34:45 -07:00
README.md readme updates, bug fixes, added project file for framework 2014-09-25 11:06:26 -07:00
ws-server.rb Fix FrozenError in ws-server.rb 2019-03-01 00:28:36 +09:00

Simple Test

This is a very simple example on how to use Starscream.

Usage

First make sure you have the gem dependencies of websocket server.

gem install em-websocket
gem install faker

Next simply run:

ruby ws-server.rb

After that, start and run the xCode project. Echo to your heart's desire.