New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gamedev

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gamedev

Open-source runtime and SDK for persistent multiplayer 3D worlds.

latest
npmnpm
Version
0.2.4
Version published
Maintainers
1
Created
Source

Lobby

Open-source runtime and SDK for persistent multiplayer 3D worlds.

Quick Start

Create a new world project with the gamedev CLI:

mkdir my-lobby-world
cd my-lobby-world
npx gamedev init
npm install
npm run dev

Then open http://localhost:3000.

What npm run dev does:

  • Requires Node.js 22.11.0 (or newer in the same major line).
  • Starts a local world server when WORLD_URL points to localhost.
  • Runs app-server sync so local edits deploy to the world in seconds.
  • Auto-creates .env with local defaults if one does not exist yet.

Lobby Runtime and SDK

This repository powers the gamedev package and CLI used to scaffold, run, sync, and deploy Lobby world projects.

What You Get

  • Persistent self-hosted world runtime (multiplayer, physics, WebXR).
  • Multi-file app scripting with live sync via app-server.
  • World project structure with apps/, assets/, shared/, and world.json.
  • App deploys, rollback snapshots, and sync conflict resolution tools.

Core CLI Commands

gamedev init
gamedev dev
gamedev app-server
gamedev apps deploy <app>
gamedev world export
gamedev world import

Run gamedev help for the full command list.

Documentation

  • World Projects
  • App-server
  • Scripting API
  • Docker Deployment

Developing This Repository

If you are working on the runtime/SDK itself (not just a world project):

npm install
cp .env.example .env
npm run dev

Useful commands:

npm run build
npm run test
npm run lint

Contributing

See CONTRIBUTING.md and CODE_OF_CONDUCT.md.

Keywords

hyperfy

FAQs

Package last updated on 29 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts