https://github.com/pawbud/cltext
aka Command Line Text is a Messaging Service based on Go-Lang using a TCP connection
https://github.com/pawbud/cltext
go-lang golang messaging tcp-server
Last synced: about 2 months ago
JSON representation
aka Command Line Text is a Messaging Service based on Go-Lang using a TCP connection
- Host: GitHub
- URL: https://github.com/pawbud/cltext
- Owner: PawBud
- License: mit
- Created: 2021-01-11T16:09:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T00:08:26.000Z (4 months ago)
- Last Synced: 2025-03-24T06:03:36.087Z (2 months ago)
- Topics: go-lang, golang, messaging, tcp-server
- Language: Go
- Homepage:
- Size: 7.53 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

[]
[](https://bettercodehub.com/)# What is CLText?
CLText is a CLI messaging service built using Go-Lang. It uses a TCP connection.
The whole application is built upon:-- client: current user and its connection
- room
- command: from the client to the server
- server: which manages all incoming commands, as well it stores rooms and clients
- TCP server itself to accept network connections# Commands
Kindly refer to the [Wiki](https://github.com/PawBud/CLText/wiki)
# Install & Run
**These Instructions are for Linux Ubuntu**
1. Install the source code
2. open the directory in your IDE and run `cd chat/`
3. run `go build .` which builds an executable in the chat directory itself
4. run `./chat` which runs the exectuable. Now the server should start**These Instructions are for MacOS**
1. Install [homebrew](https://brew.sh/).
2. run `brew install telnet`.
3. The remaining steps are same to that of Ubuntu which are aforementioned.
## Commands in Use

## Licence
This package is licensed under MIT license. See LICENSE for detailsFeel free to issue a PR anytime if you feel that the changes can improve the application's functionality.