/gise-video-chat-server

node.js based server for Gise Video Chat (https://github.com/vgiselbrecht/gise-video-chat)

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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