A short Journey of Socket.io with @code4mk

Mostafa Kamal
code4mk organization
1 min readSep 16, 2018

--

by: #code4mk #0devco

# what is socket.io

Scoket.io is a JS library for real time communicate with client-side and server-side.It is bi-directional. uses:- #chat_application , #tracking

It has two parts

  • client-side
  • server-side

# Design client and server side

# emit cheetsheat

--

--