actionframework/actionframework

View on GitHub
lib/actionframework/realtime_socket.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'socket'
require 'securerandom'

module ActionFramework
    class RealtimeSocket
        def initialize
            puts "RealtimeSocket will soon be removed because of the choice of Redis for transport"
        end
    end
end