Commit graph

37 commits

Author SHA1 Message Date
Brandon Nozaki Miller
7f06fe6a14 adding badges 2015-09-20 13:19:43 -07:00
Brandon Nozaki Miller
dff1b69ccb Update README.md 2015-09-02 23:24:23 -07:00
Brandon Nozaki Miller
7382d9579c added npm stats 2015-08-26 15:02:42 -07:00
Brandon Nozaki Miller
bd5f9d2bf2 updated readme badges 2015-08-26 13:33:55 -07:00
Brandon Nozaki Miller
0659d08fc3 prepped for release 2015-08-22 23:51:04 -07:00
Brandon Nozaki Miller
c2889c6a97 fixed rety bug added buffer support 2015-08-22 22:46:55 -07:00
Brandon Nozaki Miller
1326a4c162 updated for default system networking preference ipv4 or ipv6 2015-07-26 21:52:02 -07:00
Brandon Nozaki Miller
badac96190 added documentation on latest fix for windows 2015-07-24 12:24:29 -07:00
Rob McGuire-Dale
c23fa0a430 Basic examples corrections
With the basic examples verbatim, the server was throwing the following error

```
.../sandbox/node_modules/node-ipc/lib/socketServer.js:34
    socket.write(
           ^
TypeError: undefined is not a function
...
```

Adding the missing `socket` reference on line 536 corrected this problem.

There was also an error in the `require` statement.
2015-04-24 15:20:14 -07:00
Brandon Nozaki Miller
7625b22395 linked package quality image to review 2015-03-25 13:44:57 -07:00
Brandon Nozaki Miller
f556fddd5a added package quality png 2015-03-25 13:43:34 -07:00
Rafał Pocztarski
2f467f896d Fix typos
There were some typos in the readme that were visible on the website:
http://riaevangelist.github.io/node-ipc/
2015-03-16 22:56:52 +01:00
Brandon Nozaki Miller
cf34ddeef2 Update README.md
fixed npm image alignment
2014-11-16 13:59:24 -08:00
Brandon Nozaki Miller
dca33a8fee Update README.md
linked npm stat images to npm package
2014-11-16 13:58:51 -08:00
Brandon Nozaki Miller
f8bbc778e5 added npm images 2014-10-27 18:05:03 -07:00
Brandon Nozaki Miller
b7b0b14e8c documented maxRetries properly 2014-08-31 11:05:06 -07:00
Brandon Nozaki Miller
d1ad87cd6d documented maxRetries 2014-08-27 20:44:37 -07:00
Brandon Nozaki Miller
a4d656b0d9 fixed HUGE Licence 2014-06-12 23:25:04 -07:00
Brandon Nozaki Miller
2cb6ae5d3f added licence information to readme 2014-06-12 23:24:33 -07:00
Brandon Nozaki Miller
7b5e25f392 added table of contents and ipc.server refrence 2014-03-06 21:04:38 -08:00
Brandon Nozaki Miller
9df9066423 documented stopRetrying config var 2014-03-01 16:41:27 -08:00
Brandon Nozaki Miller
a38142939e added disconnect documentation 2014-03-01 09:54:32 -08:00
wplittle
1437af938b Update README.md
Corrected NPM link that was pointing to event-pubsub instead of node-ipc
2014-03-01 02:41:13 -08:00
Brandon Nozaki Miller
a3402290cd Update README.md 2014-02-28 12:28:35 -08:00
Brandon Nozaki Miller
3066795869 updated npm info 2014-02-27 16:00:20 -08:00
Brandon Nozaki Miller
56cdf56d0c completed documentation excluding TLS 2014-02-27 15:45:47 -08:00
Brandon Nozaki Miller
7acadf02ae re added OS support 2014-02-27 13:41:33 -08:00
Brandon Nozaki Miller
8b00e68962 updated basic example to reflect Walters bug catch 2014-02-27 13:39:29 -08:00
Brandon Nozaki Miller
ab1244a3c9 updated OS support 2014-02-27 13:38:07 -08:00
Brandon Nozaki Miller
27f7bf7012 Update README.md 2014-02-27 11:34:49 -08:00
Brandon Nozaki Miller
9693924b5e updated formatting and added serve documentation 2014-02-27 11:20:40 -08:00
Brandon Nozaki Miller
75bac2eee9 added in documentation on connect methods 2014-02-26 19:33:59 -08:00
Brandon Nozaki Miller
1da9a99c5c Added default variable documentation 2014-02-26 18:06:10 -08:00
Brandon Nozaki Miller
431d7c1ddd added TCP and UDP examples and documentation 2014-02-26 17:41:29 -08:00
Brandon Nozaki Miller
5b4454cde8 Update README.md
added additional info on remote socket connections
2014-02-25 17:29:04 -08:00
Brandon Nozaki Miller
489e66d01c Update README.md 2014-02-22 01:22:04 -08:00
brandon
071ca7cb36 first commit 2014-02-22 01:13:31 -08:00