Module: Sock

Defined in:
lib/sock/drawer.rb,
lib/sock/client.rb,
lib/sock/server.rb,
lib/sock/subscriber.rb,
lib/sock/drawer/version.rb

Overview

Sock is the top level module for sock objects

Defined Under Namespace

Modules: Subscriber Classes: Client, Drawer, Server

Constant Summary collapse

DEFAULT_NAME =

the default prefix of events listened to on redis

'sock-hook'
HOST =

the default host to run the websocket server on

'0.0.0.0'
PORT =

the default port to run the websocket server on.

8020