Starscream/examples/SimpleTest
2018-07-27 17:16:11 -05:00
..
SimpleTest new error handling. Timeout fix. Assorted fixes 2018-01-13 18:53:59 -06:00
SimpleTest.xcodeproj general refactor and Network.framework support 2018-07-27 17:16:11 -05: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 simple test update 2016-12-12 13:26:41 -06: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.