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
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000147 147 Bytes | |
_service | 0000000152 152 Bytes | |
_service_error | 0000000364 364 Bytes | |
node-v0.4.7.tar.bz2 | 0003961289 3.78 MB | |
nodejs.spec | 0000001318 1.29 KB |
Revision 9 (latest revision is 11)
Isaac Fischer (xwaver)
committed
(revision 9)
Modified via webui
Comments 0