Home > thewall

thewall

Thewall is a project mainly written in JavaScript, it's free.

Anonymous Twitter-like wall (Agility.js demo)

The Wall

Online demo: http://thewall.agilityjs.com

The Wall is an Agility.js example app. It lets anyone write on a virtual wall, anonymously.

The entire browser-side code is under:

public/app.js

Node.js is used for the backend, MongoDB for the data store, and the Skeleton boilerplate to make things look pretty.

Getting started

To start the server you'll need node.js and a MongoDB server. Run:

cd thewall/
npm install
node server.js

That's all. Have fun!

Previous:notenode