Blog Archives

JSGame – Game development in Javascript!

I’ve recently started work on my newest Github project; JSGame. It’s a fork of philogb’s V8-GL which, as you can likely assume by the name; is an implementation of OpenGL using Google Chrome’s V8 javascript runtime. At the moment, the only difference in JSGame is a mostly untested implementation of OpenAL. I also plan to [...]

Node.js – I’m a fanboy already.

About a week ago I discovered a unique new programming technology called node.js. It’s an event-driven javascript system running on Google’s V8 engine and is primarily focused on functioning as a web server. I hesitate to call it a web server however–it’s much more than that!