ideas.js 300 B

1234567891011121314151617181920212223242526
  1. // This JS doesn't do anything, just want to have syntax highlight on my thoughts
  2. //
  3. //
  4. commChannel with two points
  5. obj1 <- channel -> obj2
  6. as obj2: channel.send('hello');
  7. obj1:
  8. // Seems like a 2 way event system
  9. channel.on('hello');
  10. this
  11. .observe('something:value')
  12. subscribe()