Skip to content

A simple server client chat server using node's net module

Notifications You must be signed in to change notification settings

prithweedas/tcp-chat

Repository files navigation

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

About

A simple server client chat server using node's net module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published