Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevin-roark/snock-planet
persistent planet layer 3d reality for chat and message board like discussion
https://github.com/kevin-roark/snock-planet
Last synced: 27 days ago
JSON representation
persistent planet layer 3d reality for chat and message board like discussion
- Host: GitHub
- URL: https://github.com/kevin-roark/snock-planet
- Owner: kevin-roark
- Created: 2015-02-07T06:06:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T22:31:22.000Z (almost 9 years ago)
- Last Synced: 2024-12-18T04:22:59.904Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://www.newplanet.website
- Size: 5.07 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SNOCK-PLANET
NEW LIFE## WHAT
persistent planet layer
3d chat zone
forum 2.0
fear nothing## HOW TO RUN
* There are three separate PLANET processes
* app.js: web server
* io.js: websocket server
* emitter.js: global state broadcaster
* Run one process of emitter always
* Run multiple processes of app and io as desired
* Requires mongo and redis to be up and running first! (mongod, redis-server)
* You can use the ./run.sh script for a development environment
* and the mongroup.conf gives an idea of how to set up production.