| | |-- redis.js
| | |-- server.js
| | -- twitter.js | |-- index.js | |-- social-preprocessor-worker.js | |-- twitter-stream-worker.js | -- web.js
|-- models
| |-- redis
| | |-- index.js
| | -- redis.js | |-- tortoise | | |-- index.js | | -- tortoise.js
| -- twitter | |-- index.js | -- twitter.js
|-- scripts
| -- setup.js |-- web | |-- middleware | | |-- index.js | | -- parseQuery.js
| |-- router
| | |-- api
| | | |-- tweets
| | | | |-- get.js
| | | | |-- get.spec.js
| | | | -- index.js | | | -- index.js
| | -- index.js | |-- index.js | -- server.js
|-- worker
| |-- social-preprocessor
| | |-- index.js
| | -- worker.js | -- twitter-stream
| |-- index.js
| -- worker.js |-- index.js -- package.json
What is NodeJS Node.js is an open-source, cross-platform, back-end, JavaScript runtime environment that executes JavaScript code outside a web browser /What is Node.js? Node.js is an open source server environment Node.js is free Node.js runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.) Node.js uses JavaScript on the server/