Skip to content

Commit

Permalink
Mention Io.js in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
moll committed Sep 1, 2015
1 parent 4a4e364 commit d1cfff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Mitm.js
[npm-badge]: https://badge.fury.io/js/mitm.png
[travis-badge]: https://travis-ci.org/moll/node-mitm.png?branch=master

Mitm.js is a library for Node.js to **intercept and mock** outgoing network
**TCP** and **HTTP** connections. Mitm.js intercepts and gives you
Mitm.js is a library for Node.js (and Io.js) to **intercept and mock** outgoing
network **TCP** and **HTTP** connections. Mitm.js intercepts and gives you
a `Net.Socket` to communicate as if you were the remote server. For **HTTP
requests** it even gives you `Http.IncomingMessage` and `Http.ServerResponse`
— just like you're used to when writing Node.js servers. Except there's no
Expand Down

0 comments on commit d1cfff8

Please sign in to comment.