+ "readme": "# Reverse String\n\n[](https://travis-ci.org/cedced19/fast-http)\n\n## Installation\n\n```\nnpm install fast-http --save\n```\n\n## Usage\n\nCreate a tiny web server which does not support the MVC pattern,for simple Node.js app.\nBecause I copy the same code in all my projects.\n\n## How to use\n\n~~~ javascript\nvar fastHttp = require(\"fast-http\"),\n port = process.argv[2] || 1337;\n\nhttpServer = fastHttp(port).listen(parseInt(port, 10));\n~~~",
0 commit comments