6 ms·
Nice, good to see more people coming to Node.js. These things are like the modern "Hello, World!". Here's one I hacked up in 10 minutes. It's 40 LOC. http://
by BrianHammond 16y ago
Nice, good to see more people coming to Node.js. These things are like the modern "Hello, World!".
Here's one I hacked up in 10 minutes. It's 40 LOC.
http://gist.github.com/366590 http://gist.github.com/366590
The big problem with this is that it's just one server. I'm working on something called "NodeRed" (har har) that lets one scale out the frontend using Redis for communication. It's generic enough to do PUBSUB, chat, games, etc.
Here's an overview.
http://fictorial.com/NodeRed.png http://fictorial.com/NodeRed.png
I developed the/a Node.js client for Redis if you care to dive into this stuff:
http://github.com/fictorial/redis-node-client http://github.com/fictorial/redis-node-client
- BrianHammond 16y agoI just uploaded the first version of NodeRed: http://github.com/fictorial/nodered http://github.com/fictorial/nodered