tcp-chat-server

1.0.10 • Public • Published

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

command default usage
--serve none This flag is used to host a chat server
--connect none This flag is used to connect to a chat server
--host 127.0.0.1 This flag is used to specify the host to connect
--port 4000 This flag is used to specify the port to host a server or to connect

Example

tcp-chat --serve --port 5000

Package Sidebar

Install

npm i tcp-chat-server

Weekly Downloads

0

Version

1.0.10

License

MIT

Unpacked Size

41.7 kB

Total Files

22

Last publish

Collaborators

  • prithweedas