Socket
Socket
Sign inDemoInstall

tcp-chat-server

Package Overview
Dependencies
2
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tcp-chat-server

It's a simple tcp chat client and server built with node's net module


Version published
Weekly downloads
10
increased by150%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

TCP chat server and client

This is a simple TCP chat app that can either host a chat or connect to another chat server.

Install it globally using npm i -g tcp-chat-server

Options

commanddefaultusage
--servenoneThis flag is used to host a chat server
--connectnoneThis flag is used to connect to a chat server
--host127.0.0.1This flag is used to specify the host to connect
--port4000This flag is used to specify the port to host a server or to connect

Example

tcp-chat --serve --port 5000

Keywords

FAQs

Last updated on 02 May 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc