Skip to content

A cli chat server and client over a tcp socket connection along with a console user interface

Notifications You must be signed in to change notification settings

quinton11/chatline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatline 🖋

Connect with remote peers and chat via a tcp connection on your console. This is a cli application written in go, allowing communication over a socket, with a console user interface using gocui.

Get Started

  • Use the create command to create a room session. Provide a room name. chatline will log the room hash and key for access to the session. Share with peers you intend to chat with. NB: Room Sessions are valid for up to an hour from time of creation.
  • Use the host command to start the room session.
  • Use the join command to join an active room's session. Provide the room's hash and key along with your username.
  • You're good to go!

Preview chatlineprev

About

A cli chat server and client over a tcp socket connection along with a console user interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published