Skip to content

Latest commit

 

History

History
executable file
·
30 lines (21 loc) · 925 Bytes

File metadata and controls

executable file
·
30 lines (21 loc) · 925 Bytes

Techtalk Node Demo

Build Techtalk demo project with AngularJS, Node.js and Socket.io.

Modules

  • express - Web Framework
  • socket.io - Socket.IO enables real-time bidirectional event-based communication.
  • body-parser - Node.js body parsing middleware.

Installation

Client

  • Go to the client project directory: 'cd techtalk-node/client'
  • Install dependencies: 'npm install'
  • Start the client: 'node server.js'
  • Go http://localhost:3000

Server

  • Go to the server project directory server: 'cd techtalk-node/server'
  • Install dependencies: 'npm install'
  • Start the server: 'node server.js'
  • Go http://localhost:8080/api/users

LICENSE

MIT