Mark Nadal
aedc80cc85
Update README.md
2017-04-24 12:05:26 -07:00
Mark Nadal
9b752c3937
clarify root more for SEA, lots more to go
2017-04-21 15:42:42 -07: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
Zane Hitchcox
d46db34d45
add default path for gun
2017-03-24 12:56:11 -04:00
Mark Nadal
ab467589c2
/gun
2017-03-23 11:52:29 -07:00
Mark Nadal
223c1f7029
react
2017-03-23 11:46:49 -07:00
Mark Nadal
e0153db653
faster state
2017-03-23 11:40:46 -07:00
Mark Nadal
0dae271b04
Merge pull request #347 from d3x0r/patch-12
...
Add get options cat.wsp
2017-03-23 11:37:17 -07:00
d3x0r
7bad1dbecc
avoid sending nothing.
2017-03-23 11:15:40 -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
d3x0r
01be81119a
opts are in a different location
2017-03-22 17:40:55 -07:00
d3x0r
65dbbf236c
set wsc opts on opt.
2017-03-22 17:38:44 -07:00
d3x0r
2123ba7192
Missed a layer of indirection.
2017-03-22 17:32:24 -07:00
d3x0r
7b6dc5d11b
'this' should be 'as'
...
but I think 'this' is also 'as'... in that case...
2017-03-22 17:24:45 -07:00
d3x0r
dfda990ec2
'peer' should be 'this'
2017-03-22 17:23:05 -07:00
d3x0r
823950d87d
Add get options cat.wsp
...
gets options passed to Gun( { wsc: { ...} } ) and puts wsc options in wsp which is used to contain a working state 'count' right now. In addition to 'count' it will now contain 'wsc' which are the options passed to the gun instance. This is cached on the 'cat' so the lookup should only be one time.
Since 'cat' becomes 'peer' later, peer.wsp.wsc are the new options. These will always exist for the WebSocket call. They default to 'null' and or Empty so no change will be expected without additional options.
2017-03-22 17:10:22 -07:00
Mark Nadal
e60d7acee0
Merge pull request #346 from zwhitchcox/master
...
add hapi, refactor examples
2017-03-22 15:09:03 -07:00
Mark Nadal
a39db32b35
Update README.md
2017-03-22 14:59:18 -07:00