Skip to content

SaidiBTW/go-basics-chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Go Chat Server

A chat server implementation in Go, featuring a server and client architecture.

Project Structure

  • server/: Contains the chat server implementation.
  • client/: Contains the chat client implementation.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have Go installed on your machine.

  • Go (version 1.16 or later recommended)

Running the Server

Navigate to the server directory and run the application:

cd server
go run .

Alternatively, you can build it first:

go build -o chat-server
./chat-server

Running the Client

Open a new terminal, navigate to the client directory and run the application:

cd client
go run .

Alternatively, you can build it first:

go build -o chat-client
./chat-client

About

A simple client server implementation of a go chat server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages