Real-time imageboard. MIT licensed.
Setup:
- Install deps and npm deps
- Copy config.js.example to config.js and configure
- Copy hot.js.example to hot.js and configure
- Copy imager/config.js.example to imager/config.js and configure
- Run
maketo build some essential components - Run
node builder.jsto run an auto-reloading development server
Production:
- Run
node server/server.jsfor just the server config.DAEMONsupport is broken for now.- Be sure to
make clientfor any client-affecting change
Dependencies:
- ImageMagick
- node.js
- redis
npm modules:
- async
- formidable
- redis
- sockjs
- winston
Optional npm deps for various features:
- daemon
- icecast banners: node-expat, request
- (send)[https://github.com/visionmedia/send] (for serving static files using node.js)