module
0.0.0-20210423222218-1af73ced443c
Repository: https://github.com/lon9/saysoundcloud.git
Documentation: pkg.go.dev
# README
SaySoundCloud
SaySoundCloud is a framework to build a cloud native SaySound service for many games and applications.

Features
- Scalable, it provides sounds for not only several game servers or chat services but something can treat http protocol.
- Client side plugin free, user just need a browser to browse it, so no need specific client side plugins.
- No downloading sounds, because the sounds is stored on cloud storage, users no need to download them.
Usage
- Prepare sounds and execute tools for make database of sounds. (see tools directory)
- Make
.env
file. - Run
docker-compose up -d
to start service.
site.json
Please create frontend/static/site.json
for notify information of your service, and then register your site to the repository.
Contribution
The framework supports multi languages, but I can use just English and Japanese. So please add more languages. Also, please contribute to develop plugins for other applications and games.