easyrtc_server_example

Simple EasyRTC server example which includes EasyRTC, Express, and Socket.io

Usage no npm install needed!

<script type="module">
  import easyrtcServerExample from 'https://cdn.skypack.dev/easyrtc_server_example';
</script>

README

EasyRTC Server Example

This folder contains all the files you'll need to create a simple server with EasyRTC and Webix UI.

Files and Folders:

  • server.js - Server code.
  • /static/ - Root folder for web server

Running the Server:

  • Type npm install in console.
  • Type node server in console.

Viewing the examples:

  • In your browser open http://localhost:8080/

License

MIT