SEAPUNK / socketeer

yet another websocket framework
MIT License
3 stars 0 forks source link

Split #81

Closed SEAPUNK closed 8 years ago

SEAPUNK commented 8 years ago

There are too many moving parts, most of which are shared with each other.

I will split up a few things into their own packages, to make development easier: Client base classes, Nodejs client wrapper, Browser client wrapper, Server, and ClientAbstract.

SEAPUNK commented 8 years ago

Well, no. This would cause a problem: How will I be able to determine which builds to use? This would overly complicate the build system.