0.1.0 • Published 11 years ago

hersserver v0.1.0

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

hersserver

H.E.R.S. server

Express, Now (and perhaps more similar libraries) are wonderful pieces of software, both programmer- and user-friendly.

However, they all have the same drawback: they rely on socket.io.

I still (after 15 months) believe that socket.io leaks memory.

There are forum rumours that memory leakage really occurs, but deeper in some lower-level libraries.

Whatever leaks - cannot be used for production servers.

So, hersserver does the same with a long-poll mechanism, completely removing socket.io usage.