0.0.6 • Published 10 years ago

hotpotato v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

hotpotato

Allows you to pass a HTTP connection from one cluster worker to another.

How?

npm install hotpotato

Why?

Generally, to take advantage of Node's cluster module, your application needs to be architected in a "Share Nothing" fashion. That is, each instance of your application should not store state specific to a particular client. This approach means that if an instance goes away for whatever reason, any other instance can continue serving a particular user session. Unfortunately, this approach isn't always an option, especially if you're using a library / framework that makes this more difficult. For example, Socket.IO 1.0.

License

hotpotato is released under the MIT License.

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago