Skip to content

Marvin-Montero/Server-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Server Chat

Simple server chat made with Golang

Installation

you must have the programming language golang installed --> https://golang.org/dl/

Then open terminal and type the following:

git clone git@github.com:Marvin-Montero/Server-Chat.git

Now when you want to run the program write the following:

Server.go --> go run server.go

Client.go --> go run client.go

//With the client.go file the user can join the chat ( In the same network ).

//With server.go the server will be created.