Questions tagged [hoodie]

Hoodie is an Offline First and noBackend architecture for frontend-only apps on the web and on iOS. Build complete web apps in days, without having to worry about backends, databases or servers, all with an open source library that's as simple to use as jQuery.

Hoodie is an Offline First and noBackend architecture for frontend-only web apps on the web and on iOS.

Build complete web apps in days, without having to worry about backends, databases or servers, all with an open source library that's as simple to use as jQuery.

24 questions
0
votes
1 answer

Getting stuck and confused setting up my first Hoodie app

Been trying to setup a simple Hoodie app and its been a very troublesome days for me. To get more eyes on my issues, I'm submitting the issues that I'd submitted in Hoodie server issues but couldn't get any replies yet. So here are the issues I want…
millisami
  • 9,931
  • 15
  • 70
  • 112
0
votes
1 answer

hood.ie setting a fixed URL instead of network address

I've made a hood.ie app, where I will be using 2 devices (a laptop from where i do hoodie start) and an iPad. At the moment, on the iPad i need to get the network address from the laptop from where the app actually sits to enter it in Safari on the…
userMod2
  • 8,312
  • 13
  • 63
  • 115
0
votes
1 answer

hood.ie Start takes long time

Whenever I start my new hood.ie app (by going to the path, and entering hoodie start), the browser appears with my index page however a certain network resource takes > 30 seconds to load (the browser spinner keeps going). I checked in Chromes…
userMod2
  • 8,312
  • 13
  • 63
  • 115
0
votes
1 answer

hood.ie login on multiple devices and sync

I'm using hood.ie to create an web app. The app will be shown on 2 iPad screens, and hosted from a laptop. I wanted to ask whats the most convenient way to login. So for example as I see at the moment, I would need to log in to all 3 devices (laptop…
userMod2
  • 8,312
  • 13
  • 63
  • 115
0
votes
1 answer

JavaScript declared global variable can't assign in method

I have some JavaScript code where I have a variable that I've declared outside the function however I can't seem to assign it. I've looked around and am doing the generally accepted thing of assigning outside the function but still have issues. Any…
userMod2
  • 8,312
  • 13
  • 63
  • 115
0
votes
1 answer

hood.ie with couchDB method to refresh pages with DB change

I've started using hood.ie to make a web app. I wanted to ask is there a convenient way to refresh pages whenever data in the couch db changes? Thanks.
userMod2
  • 8,312
  • 13
  • 63
  • 115
0
votes
1 answer

Hood.ie Find and Update Data

Just started using Hood.ie - have a question with finding and updating data. I have a type called 'who' within which i have stored a 'personId' and 'time'. What i want to do is search 'who' for 'personId' I specify then update record which is…
userMod2
  • 8,312
  • 13
  • 63
  • 115
0
votes
1 answer

Hood.ie - Data not found using find

Just started to use Hood.ie for a web app, however am facing issues in obtaining some data. I want to get the data and then simply do something like hoodie.store.find('teammember', theId).firstName; Is this possible? Thanks.
userMod2
  • 8,312
  • 13
  • 63
  • 115
0
votes
1 answer

hoodie app on nodejitsu: added %2f confounding couchdb request

I have deployed a basic tutorial hoodie app on nodejitsu (which works fine on my local server). Here is the url of my deployed app: http://reggie.nodejitsu.com A signup button is supposed to appear in the upper right hand corner after user login…
Eric
  • 1,691
  • 16
  • 24
1
2