A socket server for Kaguya
To clone the repository, use the following commands:
git clone https://github.com/hoangvu12/kaguya-socket
cd kaguya-socket
npm install
Change .env-example
to .env
# See https://github.com/hoangvu12/kaguya-database (Supabase private key)
SUPABASE_KEY=
SUPABASE_URL=
# Redis
REDIS_URL=
# This will be your base route (https://example.com/BASE_ROUTE)
BASE_ROUTE=
Licensed under the MIT. See the LICENSE file for details.