Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Celluloid::IO::ServerCell framework #85

Open
tarcieri opened this issue Sep 15, 2013 · 0 comments
Open

Celluloid::IO::ServerCell framework #85

tarcieri opened this issue Sep 15, 2013 · 0 comments
Labels
Milestone

Comments

@tarcieri
Copy link
Member

I think it'd be good to do an extraction of the connection management logic that Reel uses into a generic, repurposable server framework for any kind of Celluloid::IO::Stream-derived server (i.e. TCP, TLS, or Unix domain)

Perhaps this framework could compose things correctly so we can generally address problems like celluloid/reel#92 for all Celluloid::IO-based servers.

I think this sort of high level framework that wraps up the connection management logic is the reason why people like frameworks like EventMachine and Node.js in the first place.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants