RSS 2 projects tagged "Server"

No download No website Updated 30 Mar 2009 Naga

Screenshot
Pop 23.73
Vit 39.26

Naga is a library (not a framework) with a small amount of classes that provides easy asynchronous socket and server socket I/O using Java NIO.

No download No website Updated 14 Jan 2010 node.js

Screenshot
Pop 56.75
Vit 35.38

Node is similar in design to and influenced by systems like Ruby's Event Machine or Python's Twisted. Node takes the event model a bit further: it presents the event loop as a language construct instead of as a library. In other systems, there is always a blocking call to start the event loop. Typically, one defines behavior through callbacks at the beginning of a script, and at the end starts a server through a blocking call like EventMachine::run(). In Node, there is no such start-the-event-loop call. Node simply enters the event loop after executing the input script. Node exits the event loop when there are no more callbacks to perform. This behavior is like browser Javascript: the event loop is hidden from the user.

Screenshot

Project Spotlight

Hypercube

A graph visualizing tool.

Screenshot

Project Spotlight

zufall

A simple program to change the background periodically.