Tag: Javascript

  • Unleash the power of HTML 5 Canvas for gaming

    HTML 5 browsers and HTML 5 for Windows 8 Metro are now serious candidates for developing modern games.    With the canvas, you have access to an hardware accelerated space where you can draw the content of your game and with some tips and tricks you will be able to achieve a splendid 60 frame per…

  • NodeJS – The what, why, how and when

    What is NodeJS? The NodeJS five-word sales pitch from their own website is “Evented I/O for V8 Javascript”. We’ll get to what that means exactly in the How. NodeJS, in a few more words, is a server-side application framework with a focus on high concurrent performance. Applications written for Node run in a single-threaded, event-based…