mhelander
ccdf936304
sea.js bugfix & Gun chat to have SEA & User stuff in comments
2017-09-11 12:51:24 +03:00
Kevin Ashworth
875df641ec
Prevent default on checkbox
...
Added prevent default so that a checkbox won't remain wrongfully checked after marking a todo complete
2017-08-30 15:16:09 -07:00
Mark Nadal
9ce98ffcc0
eliminate memory leaks! Must use .off() though
2017-07-12 15:49:07 -07:00
Mark Nadal
7925fc0982
Merge pull request #394 from amark/0.8
...
0.8
2017-07-06 19:17:20 -06:00
Mark Nadal
4db1ae9872
v0.8 baby! Last Breaking Changes!
2017-07-06 18:10:41 -07:00
Bruno Enten
74ed817c60
Sync everything
2017-06-11 15:01:47 +03:00
Mark Nadal
b92b9d981e
include SEA alpha, promote SEA & NTS to top level
2017-05-25 12:45:49 -07: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
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
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
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
Luca Guzzon
be3a9e8e21
Auto Dependency Updates ...
2017-04-14 12:09:28 +02:00
Mark Nadal
dfa1c6d3bc
Merge pull request #361 from Napzu/patch-1
...
Create index.html
2017-04-10 22:50:49 -07:00
sjones6
deb5ef25ae
Add vue+gun todo app
2017-04-10 21:47:03 -04:00
Napzu
6b3e8f9d95
Create index.html
2017-04-08 09:14:15 +03: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
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
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
Mark Nadal
ab467589c2
/gun
2017-03-23 11:52:29 -07:00
d3x0r
98b9c4fdb7
don't wrap message in 'body'
...
don't wrap message in 'headers','body' and don't pull 'body' from message.
2017-03-22 18:17:31 -07:00
Zane Hitchcox
ff255f33ee
- add hapi\n- refactor examples
2017-03-22 06:43:56 -04:00
Bryan Goldstein
4f44660cfd
Pass down gun instance so things don't break
2017-03-22 03:25:22 +00:00
Bryan Goldstein
8a95deb4fd
Move react example to create-react-app and try to get it syncing
2017-03-21 04:54:46 +00:00
Eric Iffland
c59c857ecb
get react example working out of the box
2017-03-20 18:52:39 -07:00
Mark Nadal
e7c89345a9
map!
2017-03-17 02:03:37 -07:00
Mark Nadal
2a91a45319
map
2017-03-17 01:54:04 -07:00
Mark Nadal
4ddaf4518b
map
2017-03-17 01:44:11 -07:00
Mark Nadal
232329e7cb
map
2017-03-17 01:35:06 -07:00
Mark Nadal
187b494ca3
map
2017-03-17 01:32:24 -07:00
Mark Nadal
2d455d30b5
fix express
2017-03-13 19:46:12 -07:00
Mark Nadal
209bf2a214
Merge branch 'master' of https://github.com/amark/gun
2017-03-11 07:04:40 -08:00
Mark Nadal
ec3288e583
load testing!
2017-03-11 07:03:55 -08:00
Mark Nadal
18fc90d2cf
Merge pull request #331 from zwhitchcox/master
...
React Examples
2017-03-04 18:46:53 -07:00
Zane Hitchcox
06421b7ce6
add gif
2017-03-04 05:54:36 -05:00
Zane Hitchcox
a076a5ddf8
non-webpack version
2017-03-04 05:46:02 -05:00
Zane Hitchcox
3d3fa26757
add react examples
2017-03-04 05:32:55 -05:00
d3x0r
9f811c9840
Fix issues because of different websock
...
Was still mis-matched code with websock servers... capitlized S, fixed msg.utf8body, fied lookup in 'peers' instead of gunPeers. (it works for examples too *boggle*)
2017-03-02 16:30:25 -08:00
Mark Nadal
8aa649ef4a
s3 fix & begin adding load tests
2017-02-20 15:27:02 -08:00
Mark Nadal
00552bd89a
before impulsive behavior
2017-02-02 01:56:00 -08:00
Mark Nadal
40c991426b
launching 0.5!
2017-01-27 07:40:24 -08:00
Mark Nadal
77d71a0c94
pushing!
2017-01-27 04:58:16 -08:00