Skip to content

wamiljajoo/NATOURS_Project

 
 

Repository files navigation

NATOURS_Project

my first big node project it has both the webpage source code as well as the backend code in nodejs In this project the front end is made in HTML CSS and JavaScript where as the back and is completely coded in nodejs

. |-- config | |-- components | | |-- common.js | | |-- logger.js | | |-- rabbitmq.js | | |-- 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 |-- test | -- 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/

About

my first big node project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.8%
  • CSS 24.0%
  • JavaScript 14.7%
  • Pug 8.4%
  • Shell 0.1%