Affichage des articles dont le libellé est Durandal. Afficher tous les articles
Affichage des articles dont le libellé est Durandal. Afficher tous les articles

dimanche 18 janvier 2015

Working on Javascript... from end to end

It has been a long time now that I didn't post anything to this blog...
My last discoveries are around Javascript and how to use it with Node.js + Express + Mongoose + MongoDB.

Quite impressing to be able to do a REST API in some minutes which opens great capabilities.
My next step will be to call this API from a Javascript Client based on DurandalJS.
So a full Javascript stack, from end to end.

I think I will begin to like this language by the way...

Once my code will be a bit advanced, I will put it on GitHub for those interrested. Keep in touch, then !

lundi 16 juin 2014

An end to end JavaScript application with Parse and Durandal

An end to end JavaScript application with Parse and Durandal

A little test of Parse Cloud code (see Parse documentation) along with DurandalJS framework (see website), i.e. jQuery, requireJS, KnockoutJS, SamyJS and so on...
So a full Javascript solution from back to front end with a little HTML5 / CSS (Bootstrap) on top.

First glance about Parse makes it very promising. It seems that Facebook and more recently Apple already understood it.

To be continued...