Greetings, today I will continue with the topic of the sample Meteor app. We will have a look at the rough app structure, and the architecture. On a typical Meteor app the client and the server side have been differentiated from each other. The differences, and which content should be placed…
App with Meteor: fundamentals (with the example app Weight Watch)
Hi there, It’s again time for another app; this time on the JavaScript app development platform Meteor. Since I don’t want to trash the experiences gathered when implementing WeightWatch App for ConnectIQ, I decided to implement a similar app running in a web browser, with a responsive GUI, and fancy…
Sneakerbuddy, a Meteor based Web app
Hi, I have planned for years to develop a software tool or an app with which I could maintain bookkeeping about the kilometres run on my running shoes. Finally I finished a simple prototype for the task. I wanted to keep things simple and the architecture is therefore probably far from…