Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwohlbold committed Jan 8, 2021
1 parent 27f9fc6 commit 3b201b6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# brot-server
This project contains a program to emulate the official test environment found unter `wss://msoll.de/spe_ed`

## Libraries
<img align="center" src="brot.jpg" width="400px">

This project contains a server program to emulate the official test environment found unter `wss://msoll.de/spe_ed`.

## Installation
This program uses the gorilla/websocket library that can be found under [https://github.com/gorilla/websocket](https://github.com/gorilla/websocket).

To install the library, run `go get github.com/gorilla/websocket`.

## Setup
## Running the server
To build the server, run `go build .`

To run the server, run `./server`
Expand Down

0 comments on commit 3b201b6

Please sign in to comment.