I'm creating my first application with Pebble using Pebble.js from this github project
https://github.com/pebble/pebblejs
The point is that I'm trying to have an application that runs on two different pebbles that sends messages to a server and send a message back to each pebble depending on what each pebble says. I was wondering if there was a simple way to do this? I spoke to a friend and he said to try using 'Node.js' but then I mentioned Pebble, and he said that you couldn't use that with Pebble.
I have never programmed in Javascript or Pebble before, but I assumed it would be easier than doing it with the C sdk (I'm pretty good at C though, so if it's easier to do it that way I'm all ears).
Sorry if I'm not being clear, if you want me to clarify anything just tell me!