NodeFly / uhura

Server-to-server event emitter with session support
MIT License
19 stars 5 forks source link

It would be great if sessions could be done without using `connect` #3

Open rmg opened 10 years ago

rmg commented 10 years ago

Uhura currently pulls in 20 dependencies. That seems like an excessive number for such a small and low level module. It looks like connect accounts for 15 of them.

Split into client/server modules? Re-write session support? Not if there's already a plan or not..

Qard commented 10 years ago

It uses the connect session system so it can use any connect-compatible database connector. We use connect-redis.

Splitting it into client/server modules may be possible, but there is a lot of code sharing currently.