Skip to content

Crystal-Studio-Development/Orion-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

orion-net

Run the room server (development):

set HUB_URL=ws://localhost:8080
set MY_ROOM_NAME="My Room"
python orion-net.py

Environment variables:

  • HUB_URL - full base WebSocket URL of the hub (e.g. ws://localhost:8080)
  • MY_ROOM_NAME - friendly name for the room
  • RENDER_EXTERNAL_URL - optional public URL (used when advertising address to hub)
  • PORT - listen port for the chat server (default 8765)

The server will try to register with the hub and run a simple chat server for clients to connect to.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages