Commit graph

56 commits

Author SHA1 Message Date
Brandon Nozaki Miller
ae5685fd19 added server.stop fixes #2 2016-01-04 01:33:55 -08:00
Brandon Nozaki Miller
a8ea63eca6 updated udpType handling fixes #49 2016-01-04 01:22:37 -08:00
Brandon Nozaki Miller
33b473803f Merge pull request #57 from yetanotherusernamebecausegithubisbugged/patch-1
Thanks

README.md typo fix.
2016-01-01 12:20:14 -08:00
Brandon Nozaki Miller
40af24c13e added package quality badge 2016-01-01 12:02:57 -08:00
yetanotherusernamebecausegithubisbugged
24ab1f5d3f README.md typo fix.
"fastst" -> "fastest"
2015-12-26 11:05:29 +03:00
Brandon Nozaki Miller
aaad023143 updated docs removed define 2015-12-10 02:30:53 -08:00
Brandon Nozaki Miller
e48fd1da8b removed support for define 2015-12-10 02:29:15 -08:00
Brandon Nozaki Miller
e243ed9a29 removed support for unused define brodcasting and listening 2015-12-10 02:20:44 -08:00
Brandon Nozaki Miller
0220080d54 added nodei node-ipc badge 2015-12-08 16:57:41 -08:00
mario solorzano
87daf40475 coses issue # 42 by adding further information 2015-11-18 11:20:16 -08:00
mario solorzano
d0283eac09 added stopRetrying clarification closes # 42 2015-11-18 11:18:47 -08:00
orthographic-pedant
c19e9fe09b Fix typographical error(s)
Changed configureable to configurable in README.
2015-10-07 14:39:43 -04:00
Brandon Nozaki Miller
3d7b804c59 minor clarification for TLS Doc location 2015-09-27 23:12:41 -07:00
Brandon Nozaki Miller
ebceadde8b adjusting TOC 2015-09-27 23:11:04 -07:00
Brandon Nozaki Miller
a4e6fcd301 started documentation of tls/SSL 2015-09-27 22:59:25 -07:00
Brandon Nozaki Miller
737d856a32 added tls ssl support, examples, and local only certs 2015-09-27 21:52:16 -07:00
Brandon Nozaki Miller
6fdd7ba1ed prepping for windows support release 2015-09-27 04:53:08 -07:00
Brandon Nozaki Miller
f31d0c9008 added documentation and support for Windows Sockets 2015-09-27 04:45:57 -07:00
Brandon Nozaki Miller
9493f1c475 added github image 2015-09-27 03:36:01 -07:00
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