# ServerWebRTC **Repository Path**: mailiang/ServerWebRTC ## Basic Information - **Project Name**: ServerWebRTC - **Description**: the WebRTC Server - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-13 - **Last Updated**: 2024-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## WebRTC Server - Node.js server - [Android client](https://github.com/mailiang1995/ClientWebRTC.git) ## Install It requires [node.js](http://nodejs.org/download/) * git clone https://github.com/mailiang1995/ServerWebRTC.git * cd ProjectRTC/ * npm install * node app.js The server will run on port 3000.