Node.JS
Evented I/O for V8 JavaScript. Node's goal is to provide an easy way to build scalable network programs. Node tells the operating system (through epoll, kqueue, /dev/poll, or select) that it should be notified when a new connection is made, and then it goes to sleep. If someone new connects, then it executes the callback. Each connection is only a small heap allocation.
http://nodejs.org
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:xwaver/nodejs && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| _link | 0000000147 147 Bytes | |
| _service | 0000000152 152 Bytes | |
| _service:download_url:node-v0.4.8.tar.gz | 0004991396 4.76 MB | |
| node-v0.4.7.tar.bz2 | 0003961289 3.78 MB | |
| nodejs.spec | 0000001318 1.29 KB |
Comments 0