c9-core/node_modules/connect-architect
Fabian Jakobs 81419bf00f also catch wildcard protocols like //google.it 2015-12-21 15:08:48 +00:00
..
connect display real ip instead of 0.0.0.0 2015-03-03 21:08:52 +04:00
connect.basicauth initial commit 2015-02-10 23:41:24 +04:00
connect.bodyparser initial commit 2015-02-10 23:41:24 +04:00
connect.cookieparser initial commit 2015-02-10 23:41:24 +04:00
connect.cors Fix signout for IDE 2015-08-20 13:56:38 +00:00
connect.csp Cleans up csp and fixes +10289 2015-11-16 12:45:22 +00:00
connect.csrf initial commit 2015-02-10 23:41:24 +04:00
connect.ensure-login initial commit 2015-02-10 23:41:24 +04:00
connect.flash initial commit 2015-02-10 23:41:24 +04:00
connect.logger initial commit 2015-02-10 23:41:24 +04:00
connect.query initial commit 2015-02-10 23:41:24 +04:00
connect.redirect also catch wildcard protocols like //google.it 2015-12-21 15:08:48 +00:00
connect.remote-address initial commit 2015-02-10 23:41:24 +04:00
connect.render initial commit 2015-02-10 23:41:24 +04:00
connect.render.ejs Revert "Revert "Escape only invalid character sequences in reliable socket"" 2015-07-03 16:59:39 +02:00
connect.session initial commit 2015-02-10 23:41:24 +04:00
connect.session.file initial commit 2015-02-10 23:41:24 +04:00
connect.session.memory initial commit 2015-02-10 23:41:24 +04:00
connect.session.mongodb initial commit 2015-02-10 23:41:24 +04:00
connect.session.redis initial commit 2015-02-10 23:41:24 +04:00
connect.static initial commit 2015-02-10 23:41:24 +04:00
demo initial commit 2015-02-10 23:41:24 +04:00
test initial commit 2015-02-10 23:41:24 +04:00
.gitignore initial commit 2015-02-10 23:41:24 +04:00
.npmignore initial commit 2015-02-10 23:41:24 +04:00
.travis.yml initial commit 2015-02-10 23:41:24 +04:00
LICENSE initial commit 2015-02-10 23:41:24 +04:00
README.md initial commit 2015-02-10 23:41:24 +04:00
package.json initial commit 2015-02-10 23:41:24 +04:00

README.md

connect-architect

Connect for architect.

Demo

npm install
cd ./demo
node server
open http://localhost:8080

Test

npm install
npm test