Browse Source

Initial commit

cpp-prototype
Brett Langdon 14 years ago
commit
aa4ef1b0bb
2 changed files with 19 additions and 0 deletions
  1. +15
    -0
      .gitignore
  2. +4
    -0
      README.md

+ 15
- 0
.gitignore View File

@ -0,0 +1,15 @@
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
node_modules
npm-debug.log

+ 4
- 0
README.md View File

@ -0,0 +1,4 @@
franz
=====
Franz is a Kafka Client for Node.JS that includes support for Zookeeper

Loading…
Cancel
Save