Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

universes

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

universes

Game Server development framework written in Node.js.

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Universes

Game Server development framework written in Node.js

Targets

  • Couchbase
  • Autonomous clustering across servers with distributed system handling.
  • Player zoning and load balancing.
  • REST API for stats, registration, etc...
  • Socket based communication channels with clients for real-time events.
  • Authentication.
  • Cryptography helper.
  • Multiple samples (RPG, ChatRooms, REST-Only [like node-gameapi])
  • Per-user "mailbox" support.
  • Seamless data storage/retrieval helper.

Zoning Methodologies

  • Rooms - Splitting users based on the room they have joined.
  • Zones - Splitting users based on what zone they are in, additionally, players only receive information for players that are nearby.
  • World - Splitting users based on automatically distributed regions of one massive world. Players still only receive event notifications that are specific to them.

FAQs

Package last updated on 20 Dec 2013

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