Filters

News

hexMachina on Web Unleashed 2016 - Extending JS


Francis Bourre will talk at Toronto on October for Web Unleashed 2016

Read more »
Showcase

TicTacToe


Find below two examples of the popular tic-tac-toe game. I’ve made a single and a multi-module version to showcase you have the free choice to make your aplication as much scaled as you want. If you need, you can go for really module oriented implementation, but if you just want a simple game, without DSL, modules and all the crazy structures, you can just make a simple MVC implementation in one module.

Read more »
News

hexMachina on CodeMotion 2016 - Extending JS


We are happy to announce that hexMachina will participate on one of the biggest coder networks event, the CodeMotion 2016 Warsaw.

Read more »
Showcase

Flickr Gallery - MDVC (Experimental)


This is a simple example using hexMachina to load images from Flickr and display them. It uses a hexMachina’s ICompletable API and is based on a MDVC architecture.

Read more »
Showcase

Flickr Gallery - MVC


This is a simple example using hexMachina to load images from Flickr and display them. It uses hexMachina’s classical MVC implementation.

Read more »
News

WWX 2016 - slides and video


Find below videos and slides for Francis talks at WWX 2016 in Paris.

Read more »
Tutorial

Structural presentation


Here is an online presentation of the structure of the framework.

Read more »
Design

Features of the framework


Including but not limited to, here are the main cornerstone features of the framework. If you are interested in more details check the documentations.

Read more »
Design

Key elements of the framework


Without the detailed descriptions, here are the key featured elements of hexMachina, that gives you great flexibility to fulfill your needs according to different problems.

Read more »
Design

Classical MVC Module Event mechanism


MVC was always a hype since the years 70’, and hexMachina also have a classical implementation for this actitectural pattern. Let’s see how it looks like in practice.

Read more »