jobrk / node2node-socket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%