Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

grawash's avatar

webRTC signaling server

hi all, i'm trying to create peer to peer video chat website, i've read the official webRTC docs but there's not much information about how to make signaling server.i couldn't find any tutorial that explains it step by step either. so i was wondering if there's any resource that could help me ? (im using vue for front ).

0 likes
2 replies
grawash's avatar

@martinbean Thank you. so as i understand main purpose of signaling server is to share offer and answer between caller and callee and rest is handled by webRTC (ICE?) itself, also it mentions websockets to share this information but shouldn't simple http request be enough for this task ? edit: oh nvm i think it's so that calee recieves notification/call.

Please or to participate in this conversation.