vaffel / react-components

Searchable repository of React-components
http://react-components.com/
MIT License
164 stars 22 forks source link

Cluster HTTP server #2

Open rexxars opened 10 years ago

rexxars commented 10 years ago

Currently, the node server is only running in a single process. We should probably fix this so it utilizes as many cores as available (or make it configurable). Not really sure whether we should use the node cluster module (Nuno told me not to :p) or set up individual tasks and load-balance them with Varnish or similar.

For this to work, we also need to revise the way modules are fetched from NPM (#1).