Build Techtalk demo project with AngularJS, Node.js and Socket.io.
- express - Web Framework
- socket.io - Socket.IO enables real-time bidirectional event-based communication.
- body-parser - Node.js body parsing middleware.
- Clone repository: 'git clone https://github.com/RafaSousa/techtalk-node.git'
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