Skip to content

creationix/min-stream-chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repo is min-stream bindings for chrome packaged apps.

It should have the same interface as the node.js version where possible.

// Creating a TCP echo server on localhost.
tcp.createServer("127.0.0.1", 8080, function (client) {
  console.log("New client", client);
  client.sink(client.source);
});
console.log("TCP echo server listening at localhost 8080");

See js-git for more examples.

About

min-stream bindings for chrome packaged apps.

Resources

Stars

Watchers

Forks

Packages

No packages published