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
- Host: GitHub
- URL: https://github.com/obalunenko/simple-chat
- Owner: obalunenko
- License: mit
- Archived: true
- Created: 2017-11-27T01:42:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T03:14:46.000Z (over 5 years ago)
- Last Synced: 2024-06-21T03:15:04.597Z (about 2 years ago)
- Topics: chat, go, golang, trace, websocket-chat, websockets
- Language: Go
- Homepage:
- Size: 18.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# simple-chat
[](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