Amazing webapp that lets you increment and decrement a counter *in real time!* with anyone on teh interwebz using the magic of WebSockets.
Go to file
mattx 33d1bef1e6 removeve TODO from README 2020-06-22 16:51:43 +02:00
static change from css grid to flex to improve compatibility, slight position tweak 2020-06-21 20:43:29 +02:00
.gitignore Get build system working 2020-06-21 15:07:31 +02:00
LICENSE Initial commit 2020-06-20 14:20:52 +00:00
README.md removeve TODO from README 2020-06-22 16:51:43 +02:00
gulpfile.js add css to build 2020-06-21 16:02:56 +02:00
index.coffee add config functionality 2020-06-22 16:50:50 +02:00
package.json add gulp-stylus 2020-06-21 15:54:13 +02:00

README.md

incdec

Simple increment/decrement web toy

incdec is a very simple web application. It has a counter that can be incremented, or decremented. The counter is shared across browsers.

Uses

Generally none, other than testing how WebSockets behave with your reverse proxy.

Building

First, run npm install to get all of the dependencies. Then, npm install -g gulp-cli to install the Gulp CLI, and run gulp. This will clean any old builds, then compile the CoffeeScript and Stylus. Build output is located in the build directory.