Skip to content

its-me-yps/webCamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webCamp

Setup

  1. Clone this repository.
  2. Initialize and tidy the Go modules to set up the project.
    go mod init
    go mod tidy

Usage

This project consists of two servers, Server1 and Server2, each with equivalent functionalities but different implementations.

Running Server1

go run main.go 1

Running Server2

go run main.go 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages