1019 Commits

Author SHA1 Message Date
Mark Nadal
db2aa88c32 comment SEA 2017-05-29 00:06:53 -07:00
Mark Nadal
b92b9d981e include SEA alpha, promote SEA & NTS to top level 2017-05-25 12:45:49 -07:00
Mark Nadal
0d5e6dbc74 Update README.md 2017-05-10 13:59:51 -07:00
Mark Nadal
341b52939f PRs published 2017-05-08 11:00:01 -07:00
Mark Nadal
49ba70a3f0 Merge pull request #366 from victornoel/better-angular-demo
Simplify angular demo
2017-05-08 10:52:14 -07:00
Mark Nadal
e2c1404b4f Merge pull request #369 from sjones6/verify
Verification options to limit WS connection
2017-05-08 10:49:14 -07:00
sjones6
62c29f5182 Verification options to limit WS connection 2017-05-02 20:39:28 -04:00
Victor Noël
12897b1bcd on$: fix unsubscribe and add cleanup
Add an example of concurrent subscription to gun in the
view with a button to subscribe and unsubscribe.
2017-04-29 11:25:59 +02:00
Victor Noël
6bdbf1ab45 Bump dependencies
- gun 0.7.4
- angular 4.1.0
- typescript 2.3.2
2017-04-29 11:15:13 +02:00
Mark Nadal
023da4db6f fix deferred updates 2017-04-24 16:20:06 -07:00
Mark Nadal
aedc80cc85 Update README.md 2017-04-24 12:05:26 -07:00
Victor Noël
141b5ea390 Bump gun to 0.7.3
Add val$ and on$ to get observables (on$ can't be unsubscribed for
now...)
2017-04-22 11:28:00 +02:00
Victor Noël
5c049c1f85 Upgrade dependencies 2017-04-22 11:27:06 +02:00
Mark Nadal
9b752c3937 clarify root more for SEA, lots more to go 2017-04-21 15:42:42 -07:00
Victor Noël
aa8771ac2b angular-demo: add missing yarn.lock 2017-04-19 21:14:44 +02:00
Victor Noël
ea5d6db9b2 angular-demo: rewrite rx wrapper
Use latest API and ensure unsubscription will be done.
2017-04-19 21:14:44 +02:00
Victor Noël
a2148b36b3 angular-demo: simplify code
- Use ngx-pipes to transform object to array of pairs
- Extract GunDb in its own file
- Introduce deletion
2017-04-19 21:14:31 +02:00
Mark Nadal
1fd2bfa352 Merge pull request #365 from victornoel/angular-demo
Angular demo
2017-04-18 11:48:06 -07:00
Victor Noël
46c9c63395 use gun for todo list 2017-04-18 15:54:30 +02:00
Victor Noël
b4172a03b3 add bare angular project 2017-04-18 15:54:10 +02:00
Mark Nadal
40a188b429 Merge pull request #363 from lguzzon/master
Dependency Updates ...
2017-04-16 14:50:22 -07:00
Luca Guzzon
9cafdcfcb3 Using node 7.9 2017-04-14 12:54:37 +02:00
Luca Guzzon
2138635303 Using node latest 2017-04-14 12:51:51 +02:00
Luca Guzzon
5cca2f14ab Added node 7.8.0 2017-04-14 12:19:00 +02:00
Luca Guzzon
be3a9e8e21 Auto Dependency Updates ... 2017-04-14 12:09:28 +02:00
Luca Guzzon
35162b1f26 Dependency Updates ... 2017-04-14 12:07:32 +02:00
Mark Nadal
f1cea0b99c Merge pull request #362 from marcus7777/patch-1
404 removed
2017-04-12 11:50:44 -07:00
Marcus Hitchins
52c5dcdff1 404 removed 2017-04-12 14:03:43 +01:00
Mark Nadal
dfa1c6d3bc Merge pull request #361 from Napzu/patch-1
Create index.html
2017-04-10 22:50:49 -07:00
Mark Nadal
2c2530f8ac Merge pull request #360 from sjones6/sjones6/vue-gun
Add vue+gun todo app
2017-04-10 19:00:55 -07:00
sjones6
deb5ef25ae Add vue+gun todo app 2017-04-10 21:47:03 -04:00
Mark Nadal
fc74a80cf5 uggh ws & uws 2017-04-10 13:10:36 -07:00
Napzu
6b3e8f9d95 Create index.html 2017-04-08 09:14:15 +03:00
Mark Nadal
6950f7d90c have file adapter support lexical all souls cursor 2017-04-04 18:56:53 -07:00
Mark Nadal
412a47fc07 Merge pull request #354 from xizhao/patch-1
Add FOSSA badges
2017-04-04 13:30:55 -07:00
Kevin Wang
3f883cb648 Add FOSSA badges 2017-04-03 15:00:38 -07:00
Mark Nadal
181b6bd767 0.7 with .val(cb) also hearing .not 0.7.0 2017-04-03 13:02:20 -07:00
Mark Nadal
9786579eb3 Merge pull request #351 from d3x0r/patch-14
Handle batched messages.
2017-03-28 15:09:19 -07:00
Mark Nadal
54c3add01a thanks to @d3x0r 2017-03-28 15:08:24 -07:00
Mark Nadal
995dd70e13 Merge pull request #352 from d3x0r/patch-15
UWS has bad pakcage management...
2017-03-28 15:06:34 -07:00
d3x0r
b31873e758 UWS has bad pakcage management...
UWS deletes all old versions, so you must update package.json version.
2017-03-28 11:16:04 -07:00
Mark Nadal
d5d2454e14 updated examples! 2017-03-28 01:15:39 -07:00
Mark Nadal
7453d858a4 updated examples! 2017-03-27 23:36:37 -07:00
Mark Nadal
c804df9b77 updated examples! 2017-03-27 23:36:08 -07:00
d3x0r
545f995a3e Handle batched messages.
Failure to handle batch messages causes half communcaitions failures... (the clients were using a batching protocol, while all servers were based on this example...
2017-03-27 16:55:29 -07:00
Mark Nadal
f43a0212b0 Update README.md 2017-03-25 13:59:50 -07:00
Mark Nadal
c4008d935a Merge pull request #350 from d3x0r/patch-13
Fixup external-ws example
2017-03-24 11:52:39 -07:00
Mark Nadal
ccf1a16fbf Merge pull request #349 from zwhitchcox/master
add default path for gun
2017-03-24 11:51:59 -07:00
d3x0r
62eb748f93 Formatting fix. 2017-03-24 11:00:09 -07:00
d3x0r
c0e8de95c7 Update for internals change
gun.wsp doesn't exist.
move .on hook up further
add this.to.next.
(still fails to serve chat example; others work)
2017-03-24 10:56:56 -07:00