Skip to content

Instantly share code, notes, and snippets.

View itsWill's full-sized avatar

GRPM itsWill

  • Lake Ontario
View GitHub Profile
@itsWill
itsWill / gist:cad4176c0ec405a3fd2f
Created March 9, 2016 00:17
Evented Reactor Part for a HTTP Server
# BASED ON WORKING WITH TCP/IP-SOCKETS BY JESSEE STORIMER
require 'socket'
require 'omers/events_emitter'
require 'omers/stream'
require 'omers/server'
module OMERS
class Reactor