Skip to content

gitipedras/tcp-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP Talk

Talk app that uses tcp in the backend

Features

  1. Simple Chat You can chat, simplelest feature

  2. Color coding Send messages with colors Hello World.green the .green puts the text in green

  3. Config file for server and client You can configure your server and your client with two JSON files.

More Info

Color Coding

Sending messages with colors works like this: Hello World.green the .green puts the text in green

Other avalible colors are: color ascii color code black: 30 red: 31 green: 32 yellow: 33 blue: 34 magenta: 35 cyan: 36 white: 37

Server Config

The server configuration file server-config.json is a JSON file to configure you server:

{
  "server_name": "tcp-test-server",
  "port": 4000
}

Client Config

The client configuration file client-config.json is a JSON file to configure you client:

{
  "hostname": "localhost",
  "port": 4000,
  "username": "user"
}

About

A chat room made with tcp. Read README.md for more details

Topics

Resources

Stars

Watchers

Forks

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy