Skip to content

vgiselbrecht/gise-video-chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gise Video Chat Server

Author GitHub license Sponsor GitHub package.json version

node.js based server for Gise Video Chat

Installing

git clone https://github.com/vgiselbrecht/chat-server.git chat-server
cd chat-server
npm install

Configuration

The Chat Server can be configured with node.js environment variables (process.env).

  • CORS_ORIGIN CORS origin URL to protect other URLs: default *
  • PORT Port for the web-socket: default 8080

Running

npm start

Sponsoring

You can sponsor me through GitHub Sponsoring.

As a recognition, i would be happy to receive a star.

Suggestions and pull requests for extensions are always welcome.

License

Apache License 2.0