1.0.10 • Published 6 years ago

tcp-chat-server v1.0.10

Weekly downloads
13
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago