Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 630 Bytes

File metadata and controls

13 lines (9 loc) · 630 Bytes

This repo is part of WebRTC examples, see also:

Here is signaling server for p2p connection written in Kotlin with Ktor framework. This is just example created in educational purpose, so don't use this code in production!

How to run:

  • To run the server, open the code in Intellij Idea and run main function inside Application class.

How to test:

  • To run test client run main function inside the test client object.