Skip to content

Server Side Docs

Christopher Haugen edited this page Nov 7, 2017 · 4 revisions

Welcome to the Server side!

Technologies you will use:

  • Express - A web framework for Node.js
  • Node.Js - A JavaScript runtime built on Chrome's V8 JavaScript engine
  • npm - The Node package manager
  • mongoose - A data model and schema framework for Mongo database
  • [Mongo database() - A non relational database
  • SocketIO - An event driven bi-directional data transfer engine

Key Concepts which are embraced:

  • API:
  • Model:
  • Live-reload:
  • Routes:
  • Ports:

Files you will be making:

api

Location: root/server/api/

routes

Location: root/server/

Clone this wiki locally