Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Tug/nochan

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NoChan

NoChan is a node.js multi-server BBS application. Messages are sent with Socket-IO and saved in MongoDB. Users can stream files in MongoDB/GridFS directly!

Requirements

  • Node.js >= v0.6.2
  • MongoDB and Redis installed and running.

Installation

  • git clone git://github.com/Tug/nochan.git
  • cd nochan
  • npm install .

Configuring

The config.json file will overwrite properties definied in config.js. Edit it to set your configuration properties such as database host, port, username, password, etc.

Running

  • node app or
  • node app myconfig.js

TODO

  • Load test
  • Script deployment
  • improve client side : use backbone and mix client and server views, announce new message, add connecting...

About

Imageboard in node.js/MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published