1.0.10 • Published 7 years ago

tcp-chat-server v1.0.10

Weekly downloads
13
License
MIT
Repository
github
Last release
7 years ago

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

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago