adrenak / airsignal

Node base WebRTC Signalling server. Used with AirPeer.
8 stars 4 forks source link

How to implement by Java Service #1

Open BUAADreamer opened 2 years ago

BUAADreamer commented 2 years ago

We are now developing a Spring Project and want to implement the airsignal in Java, provide websocket service to unity(the unity end use the airpeer and unioice). Could you give some advice? Thanks a lot!!

adrenak commented 2 years ago

@BUAADreamer unfortunately I don't have any Java or JS background. The JS code in this repo isn't mine but originally written by Christoph Kutza (http://because-why-not.com/)

I think that you'd want to essentially port the js code here to Java and add whatever features you want.