Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 371 Bytes

File metadata and controls

25 lines (13 loc) · 371 Bytes

Socket.io - token based authentiction

Modules

/module/mainSocketLocalToken.js - token based authentiction on local generated token

Installation

  1. Install the all necesary modules and packages in project directory
npm install 
  1. Start the server from the root directory of project
npm start
  1. Visit http://localhost:3000