Websocket Server used @ linjekoll.se.
Start by cloning the project using git.
git clone [email protected]:linjekoll/socket-server.git
Navigate to the downloaded folder and run bundler.
cd socket-server && bundle install
bundle exec ruby ./server.rb
Or start both beanstalkd and the server using foreman.
foreman start
Default port is 3333
.
WS is tested in OS X 10.7.1 using Ruby 1.9.2.
WS is released under the MIT license.