Real-time geo data visualized on a WebGL globe.
- Install node.js (v14+) and npm.
- Clone the repository:
git clone git://github.com/bobuss/globe.io.git && cd globe.io - Install dependencies:
npm install - Start the server:
npm start - Open your browser at http://localhost:8129
The server emits random geotagged points over WebSocket (socket.io), which are rendered as arcs on a 3D globe using Three.js.
The port can be overridden with the PORT environment variable.
