tplgy / bonefish

C++ WAMP application router that enables building applications from loosely-coupled components.
Apache License 2.0
55 stars 33 forks source link

Allow for disabling websocket support #17

Open davidchappelle opened 9 years ago

davidchappelle commented 9 years ago

In the spirit of keeping things lean, we should consider allowing a build option for compiling without websocket support. This should help to further reduce the resulting binary/library size. This would primarily be useful for embedded environments where storage constraints are of concern.