DirectFB module for Node.js

If your using Node.js to develop apps, this might interest you. No
browser required, just straight scripting the frame buffer.

https://github.com/engine12/node-directfb

-Mark

Node.js applications can now call into DirectFB to render graphics,
but where? is it in the client's HTML5 <canvas> element?

DirectFB ist in the clouds! mann! :slight_smile:

-Ilyes

You can write a client with Node.js too. It's not just for server
side. This module provides the ability to create a rich gui without
the need of a web browser (or the canvas element).

Hi Mark,

You can write a client with Node.js too. It's not just for server
side. This module provides the ability to create a rich gui without
the need of a web browser (or the canvas element).

Yes, that would be node-directfb hitting the V8 bindings and running
natively on the client machine. I was just trying to stretch the idea
:slight_smile:

-Ilyes