Skip to content

This is a anonymous chat app that work in the terminal.

Notifications You must be signed in to change notification settings

Ananth1082/ChatCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatCLI

A Command Line Program where you can create rooms and chat with people.

The application takes advantage of Go's concurrency to handle many requests at a time to create a robust chat app.

Pre-req

Need to install netcat to connect to the server

How to use

  • Clone the repo

    git clone https://github.com/Ananth1082/ChatCLI.git
    
  • Run the program

    cd main
    go run main.go
    
  • Connect to the server by using its local IP address

    netcat <local_ip_address> <port>
    
  • Start chatting :)

Please free to point out bugs or suggest improvments to the app.

About

This is a anonymous chat app that work in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages