I just published a new project that allows you to expose several HTTP
or WebSocket applications over a single TCP port, and provide routing
and process management for those applications. This is useful for
better utilization of servers, including shared hosting.

Check it out at https://github.com/tjanczuk/arrjs.

In a nutshell:

- Host N applications on M servers, each application in K(N)
instances, 1 <= K(N) <= M.
- Routing based on the Host HTTP request header.
- HTTP and HTTPS.
- WebSockets and secure WebSockets.
- SNI support for SSL.
- Message-based process activation.
- Process monitoring and crash recovery.
- Host applications built with arbitrary technology with its own HTTP
stack, including node.js.
- Works on Windows, MacOS, and *nix.
- Built with node.js, MongoDB, and nodejitsu HTTP proxy.

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to