Status Code 304: Not modified By sending the "If-Modified-Since" header we get a proper status code, and no response. This saves bandwidth for both the user and the servers, avoid unnecessary computation, and won't load images and scripts when parsing the response.
Get 4chan X HERE.
Building
install nodejs and npm,
install coffee-script with
npm install -g coffee-script, clone 4chan x, cd into it and actually build
with cake build. for development (continuous builds), run cake dev &.
kill the process with killall node.
Description
Languages
JavaScript
82.4%
CoffeeScript
14.3%
CSS
2%
HTML
1%
Makefile
0.2%