An open API service indexing awesome lists of open source software.

https://github.com/a-sync/xchat-server

Real time video chat service for amember
https://github.com/a-sync/xchat-server

Last synced: about 1 year ago
JSON representation

Real time video chat service for amember

Awesome Lists containing this project

README

          

# xchat-server

## Install
```
git clone http://github.com/peterforgacs/xchat-server
cd xchat-server
docker build -t xchat-server-image .
npm install
```

## Run
```
docker run -it --name=xchat-server --net=host --restart=unless-stopped -v "$PWD":/xchat-server xchat-server-image
```

## Start / Stop
```
docker start xchat-server
docker stop xchat-server
```