This is postShuffle, a forum app written with node.js. It's designed to be single-page (meaning that once the forum initially loads, all UI is controlled by client-side code).
- npm install postshuffle
- vim AppConfig.js # Update all variables in this file as appropriate.
- PORT=8080 node main.js # Change PORT= to whatever you'd like.