https://github.com/science-engineering-art/gotify
Spotify implementation in Golang.
https://github.com/science-engineering-art/gotify
broadcasting dns docker golang grpc kademlia kademlia-grpc mongodb react redis redux spotify tailwindcss tls typescript vite
Last synced: 4 months ago
JSON representation
Spotify implementation in Golang.
- Host: GitHub
- URL: https://github.com/science-engineering-art/gotify
- Owner: science-engineering-art
- License: mit
- Created: 2023-03-09T21:59:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T13:17:57.000Z (almost 3 years ago)
- Last Synced: 2025-04-24T14:03:06.449Z (11 months ago)
- Topics: broadcasting, dns, docker, golang, grpc, kademlia, kademlia-grpc, mongodb, react, redis, redux, spotify, tailwindcss, tls, typescript, vite
- Language: Go
- Homepage:
- Size: 1.91 MB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gotify
Spotify implementation in Golang
## Documentation
Go to file: [gotify.md](https://github.com/science-engineering-art/gotify/blob/master/docs/gotify.md)
## Kademlia Package
Take a look at our implementation of the [Kademlia Protocol](https://github.com/science-engineering-art/kademlia-grpc)
## Execution of services
### Set a Docker network interface
```sh
docker network create --driver bridge --subnet 192.168.0.0/16 --gateway 192.168.0.1 gotify-net
```
Then configure your DNS by adding nameserver: 192.168.0.2
### Turn on
```sh
python cli/main.py build
python cli/main.py up
```
or
```sh
python cli/main.py rebuild
```
### Turn off
```sh
python cli/main.py down
```