An open API service indexing awesome lists of open source software.

https://github.com/obalunenko/simple-chat

Chat application that allows to send messages between host and guest users
https://github.com/obalunenko/simple-chat

chat go golang trace websocket-chat websockets

Last synced: 5 months ago
JSON representation

Chat application that allows to send messages between host and guest users

Awesome Lists containing this project

README

          



Build Status


Go Report Card


Coverage Status





codebeat badge


Quality Gate Status


Codacity code quality


Latest release artifacts

# simple-chat

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/af78d928544e4f2b97e992dbed309b07)](https://app.codacy.com/app/oleg.balunenko/simple-chat?utm_source=github.com&utm_medium=referral&utm_content=oleg-balunenko/simple-chat&utm_campaign=Badge_Grade_Dashboard)

Chat application that allows to send messages between host and guest users

## Usage

### Flags

```text
-debug
debug mode enables tracing of events
-host string
server host address (default ":8080")
-noauth
allow to use chat without authentication

```

#### Run

Open console and run executable `simple-chat` file with flag `-host` and pass the `ip` of your machine as argument and
desired port

##### Example:

```bash
./simple-chat -host -ip=192.168.02.11:8080
```

#### Start chat

Open browser at ```192.168.02.11:8080/chat``` and start to chat