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
Mark Nadal
63af616033
Update http-external-ws.js
2016-12-26 23:13:02 -08:00
d3x0r
f9a851c73a
Apply gun 'out' listener once
2016-12-26 23:10:58 -08:00
d3x0r
4a5ab4122b
Update http-external-ws.js
...
use classic functions instead of es6
fix peers.find should be peers.findIndex for splice.
2016-12-26 22:33:46 -08:00
d3x0r
85ae140512
HTTP.js example with external in/out used
...
Connects server websocket by event to gun.... (would have complicated with alternative websocket interfaces and protocol handlings... but left some comments about that)
2016-12-26 21:49:42 -08:00
hillct
ded9a468c4
* Sanitized /examples dependency management
...
* Added Docker deployment support files
2016-11-12 16:43:47 -05:00
Cole Chamberlain
1c25b51e41
added yarn.lock to gitignore and fixed npm start
2016-10-17 15:11:17 -07:00
d3x0r
98f5b7ecd1
Update package.json
2016-10-09 13:13:20 -07:00
Jesse Gibson
4a0fb994be
Merge branch 'develop' of https://github.com/amark/gun into develop
2016-08-08 17:40:36 -06:00
Jesse Gibson
3e7df721cb
Change default port to 8080
...
Since it's made as an example app, might as well make it easy to get
started. Port 80 throws an error if the server hasn't been started as
sudo, requiring port 8080 to be explicitly passed if you want to run the
demo locally.
2016-08-08 17:38:13 -06:00
Mark Nadal
a713bb0ae7
minimum temporary auth for server, clients still independent from auth though
2016-06-22 15:05:58 -07:00
Mark Nadal
ad4da00b20
server push!
2016-02-11 08:49:10 -08:00
Jokester
e018cbcbc2
Clarify imports at the beginning of the file
...
Adressing a good practice: https://github.com/alanjames1987/Node.js-
Best-Practices#never-require-modules-inside-of-functions
2016-02-03 12:55:09 +01:00
Mark Nadal
7e29b235e2
Merge pull request #155 from amark/develop
...
Develop
2016-01-29 09:02:10 -08:00