Skip to content

bbilginn/foxql-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 52.5%
  • JavaScript 47.5%