You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
multisocket is a network library wich supports many transports: inproc, ipc, tcp, websocket etc. It implements a message-based/bidirectional/tx,rx independent/stateless Socket to help you build complex message systems.
A simple API to return lat/long data for online players in a game world. Holds data in memory, and updates on scheduled intervals to prevent flood-abuse. Example map provided. Intended for use with WoW private servers.