Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.