Node.JS and the WebSocket protocol
After reading Simon Willison’s post on Node.JS, I decided I’d give it a try myself. Today I released node.websocket.js
After a couple of months I’ve been watching the progress on the WebSocket protocol, which gives JavaScript developers full-duplex communications channels in the browser. This is a very exciting alternative to the COMET techniques we’re used to seeing.
Node.JS is a framework for networked, event-driven applications, where JavaScript has a natural fit. This particular implementation is built on top of the excellent V8 engine.
Running the server is as simple as:
$ node runserver.jsLatest posts (see all)
-
Accessing a MySQL database from Node.JS
Posted 2 months ago
-
The Google GO team is working on a WebSocket server
Posted 2 months ago
-
Node.JS and the WebSocket protocol
Posted 2 months ago
-
TextboxList 0.4 for jQuery is here!
Posted 3 months ago
-
Integrate Google Wave into your OS X system with Fluid
Posted 4 months ago
-
On the subject of login forms security
Posted 5 months ago




