module JSONSocket::Server
Defined in:
json-socket.crConstructors
Instance Method Summary
- #handle_socket(socket)
- #listen
- #on_error(ex : Exception)
- #on_message(message, socket)
- #send_end_message(message, socket)
- #stop
Constructor Detail
def self.new(host : String = "localhost", port : Int32 = 1234, delimeter : String = "#", unix_socket = nil)
#