Create gh-pages branch via GitHub
This commit is contained in:
parent
7d6705e5a0
commit
5c1f5a497e
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
<head>
|
||||
<meta charset='utf-8' />
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||
<meta name="description" content="Node-ipc : Inter Process Communication Module for node using Unix sockets and servers. Giving lightning speed by bypassing the network card for local sockets and ipc." />
|
||||
<meta name="description" content="Node-ipc : Inter Process Communication Module for node supporting Unix sockets, TCP, TLS, and UDP. Giving lightning speed on Linux, Mac, and Windows." />
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
|||
<a id="forkme_banner" href="https://github.com/RIAEvangelist/node-ipc">View on GitHub</a>
|
||||
|
||||
<h1 id="project_title">Node-ipc</h1>
|
||||
<h2 id="project_tagline">Inter Process Communication Module for node using Unix sockets and servers. Giving lightning speed by bypassing the network card for local sockets and ipc.</h2>
|
||||
<h2 id="project_tagline">Inter Process Communication Module for node supporting Unix sockets, TCP, TLS, and UDP. Giving lightning speed on Linux, Mac, and Windows.</h2>
|
||||
|
||||
<section id="downloads">
|
||||
<a class="zip_download_link" href="https://github.com/RIAEvangelist/node-ipc/zipball/master">Download this project as a .zip file</a>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue