Building an RPG App with Meteor – Part One – The struggle

In my previous post, I was getting ready to enjoy some time with the JavaScript web framework Meteor. This time I would like to bring it to a bit of overdrive. See, how re-factoring works on a larger scale model with multiple pages. And how it can organize assets, such as, images, multiple CSS, some plugins, you know, ordinary web stuff. Let’s dive in. ...

February 1, 2015 · 6 min · hannibal

JavaScript Web Framework – Meteor

Hi, This time I would like to write about something that interests me. I wanted to try out a pure JavaScript web framework. My choice is: Meteor. Looks interesting enough and it was recommended by a friend of mine. So, let’s dive in. Installation As always, one starts with installation. The page tells us to follow this simple step: curl https://install.meteor.com/ | sh Easy enough, when you are on Linux. Turns out, that there is no official release yet for Windows....

January 29, 2015 · 7 min · hannibal