Skip to content

reonardoleis/hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello

hello

Hello is a simple chat service written in Go that allows users to communicate over TCP. It provides basic chat functionality and aims to evolve into a more feature-rich chat platform in the future.

Features

  • Basic Chat: Users can connect to the Hello service using a TCP client and engage in real-time chat with others.
  • Chat Rooms: Users can create and join rooms to chat with others in a more organized manner.
  • Password Protection: Enhance the security of chat rooms by implementing password protection.
  • Member List: Display a list of members within a chat room.

Future Roadmap

hello is actively under development, and we have exciting features planned for the future releases:

  • Voice Chat: Explore the integration of voice chat capabilities to enable richer communication experiences.

Getting Started

To run the Hello service locally, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/hello.git
  2. Navigate to the project directory: cd hello
  3. Build the executable: make build-server && make build-client
  4. Run the server: ./bin/hello-server <PORT>
  5. Run the client: ./bin/hello-client <HOST:PORT>

Now, the Hello service should be running locally, and clients can connect to it using a TCP client.

About

Simple chat app over TCP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published