Skip to content

rafasousa/techtalk-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published