Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theovidal/105chat
π¨ A simple chat application made with Go
https://github.com/theovidal/105chat
chat-application golang golang-application websocket
Last synced: about 1 month ago
JSON representation
π¨ A simple chat application made with Go
- Host: GitHub
- URL: https://github.com/theovidal/105chat
- Owner: theovidal
- License: gpl-3.0
- Created: 2020-08-20T18:07:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-01T12:05:48.000Z (about 4 years ago)
- Last Synced: 2024-05-29T22:46:58.012Z (8 months ago)
- Topics: chat-application, golang, golang-application, websocket
- Language: Go
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 105chat
A simple chat application made with Go.
**β This is a small project that I created in order to learn about Golang, APIs and WebSockets.
Security and performance are well under other chat apps, and the project isn't aimed to be used
in production.**- [π How it works](#-how-it-works)
- [π» Development](#-development)
- [Setup the project](#setup-the-project)
- [π Credits](#-credits)
- [π License](#-license)## π How it works
TODO
## π» Development
Make sure you have Git installed on your computer and Go (1.13+ is recommended).
### Setup the project
Download the project locally from GitHub :
```bash
git clone https://github.com/theovidal/105chat.git # HTTP
git clone [email protected]:theovidal/105chat # SSH
```## π Credits
- Libraries : [gorilla/mux](https://github.com/gorilla/mux), [gorm](https://github.com/jinzhu/gorm) (with [validations](https://github.com/qor/validations))
- Structure and behavior inspired from [Discord](https://discord.com), an app Iβ€
- Maintainer: [ThΓ©o Vidal](https://github.com/theovidal)## π License
[GNU GPL v3](./LICENSE)