Skip to content

amithjayapraban/fyla_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔌 fyla Backend

A lightweight WebSocket-based signaling server that enables peer-to-peer communication using IP-based room separation.

Frontend Repository

Limitations

  • State management across multiple instances is not supported. Use a data store like Redis for shared state.
  • The WebSocket library used in this project does not have built-in support for scaling across multiple instances, which may lead to challenges in handling high traffic or distributed deployments.