Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add netcat #699

Merged
merged 3 commits into from
May 3, 2018
Merged

Add netcat #699

merged 3 commits into from
May 3, 2018

Conversation

roccomuso
Copy link
Contributor

By submitting this pull request, I promise I have read the contribution guidelines twice and ensured my submission follows it. I realize not doing so wastes the maintainers' time that they could have spent making the world better. 🖖

⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆

@sindresorhus
Copy link
Owner

When would someone use this when working on a Node.js project? I'm genuinely curious as I've never tried original Netcat before.

@roccomuso
Copy link
Contributor Author

The module resemble the original netcat cli API, if you're familiar with netcat you'll be able to easily start with tcp sockets and udp also in Node. Using the netcat-style you're already familiar with :)

@sindresorhus
Copy link
Owner

Since I've never used Netcat, it's hard for me to tell if this is something that is generally useful to most Node.js developer or if it's something just a few would use.

@ORESoftware
Copy link

@roccomuso just curious why someone would want to use JS netcat instead of the standard netcat on most *nix machines?

@roccomuso
Copy link
Contributor Author

roccomuso commented Jul 24, 2017

@ORESoftware The module goal is to have an easy to use and fancy API that follows netcat style. You're not going to replace netcat intended as cli utility. You could argue the same question with the SSH2 module for example, why using it in JS when you have it on most *nix machines?

You have a full-js stack. You're not tailored to a system binary dependency and don't have to spawn it. You don't have to struggle with different netcat implementations and you can use it also on windows (that doesn't have netcat by default).

@sindresorhus sindresorhus changed the title new network tool: netcat. Add netcat May 3, 2018
@sindresorhus sindresorhus merged commit aef123f into sindresorhus:master May 3, 2018
tstillwell added a commit to tstillwell/awesome-nodejs that referenced this pull request Jun 15, 2018
* Deduplicate Nock-entry (sindresorhus#798)

* Add logo for the list

* Updated name and url for ApostropheCMS (sindresorhus#804)

* Add Module Requests & Ideas

Closes sindresorhus#382

* Add netcat (sindresorhus#699)

* Add Moleculer (sindresorhus#696)

* Add Fastify (sindresorhus#742)

* Add xlsx (sindresorhus#739)

* Update `Node.js in Action` book to the second edition (sindresorhus#737)

* Add gps (sindresorhus#719)

* Add Serialization section (sindresorhus#691)

* Add Chevrotain (sindresorhus#782)

* Add oclif (sindresorhus#779)

* Add TypeORM (sindresorhus#760)

* Update Kefir.js link (sindresorhus#768)

* Add Nest (sindresorhus#764)

* Add multimath (sindresorhus#736)

* Add Finale (sindresorhus#748)

* Add i18next (sindresorhus#763)

* Add Strapi (sindresorhus#803)

* Add database-js (sindresorhus#771)

* Remove hogan.js

It's unmaintained

* Add bee-queue (sindresorhus#721)

* Add fast-xml-parser (sindresorhus#784)

* Add CASL (sindresorhus#753)

* Add env-dot-prop (sindresorhus#732)

* Fix typo in `agenda` description (sindresorhus#807)

* Update `Start` link and description (sindresorhus#809)

* Cleanup

Removing unmaintained or low-quality stuff.

* Add `signale`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants