Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChittyChat

eepy chat service.

To run and use Chitty-Chat:

  1. Open two seperate terminals
  2. In the first terminal, start the server by running the command go run server/server.go
  3. In the second terminal, enter the server as a client by running the command go run client/client.go -username <username>
    • where <username> encapsulates your chosen username
  4. More clients can be made:
    • Open another terminal, and run go run client/client.go -username <newUsername>
      • where <newUsername> is unique for ease of reading and testing
  5. To let a client exit the chat, go to the client terminal and press ctrl + c
  6. To close the server entirely, go to the server terminal and press ctrl + c
  7. Log files for the users can be found in the client folder saved as <username\>.txt
  8. Log files for the server can be found in the server folder saved as Server.txt

(Sidenote: The servers port is set to 8080 in the code always, so if it's in use or blocked the server wont work unless the port is changed in the code)

About

eepy chat service.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages