Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 302 Bytes

File metadata and controls

16 lines (10 loc) · 302 Bytes

node2node-socket

An example implementation of socket communication.

  • Client: node + socket.io
  • Server: node + fastify + socket.io

How to use

  1. git clone https://github.com/jobrk/node2node-socket.git
  2. cd node2node-socket && yarn install
  3. node index.js

TODOS

  • Use auth tokens