bbilginn / foxql-backend

Foxql.com backend services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FoxQL Signaling Server

If you want to support FoxQL, you can install this package on your personal server.


Install with node:

  • Clone this repository
  • Create a new .env file (clone .env.sample)
  • Run following commands
    npm install
    npm run start

Install with docker:

docker run -p 3000:3000 foxql/backend

Done!

Open a new issue to send your signaling server url ISSUE

About

Foxql.com backend services


Languages

Language:Dockerfile 52.5%Language:JavaScript 47.5%