risyadaji / test-socket

handle json request and emit to socket.io clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-socket

handle json request and emit to socket.io clients

Application that integrated with Socket.io server. It used to handle JSON request and emit the request body into socket.io Clients (ex: Greeter)

example request:

{
  "name": "Risyad Aji Dharmawan",
	"totalGuess": 10,
	"description": "Shift 3 (10:00 - 11:00)"
}

About

handle json request and emit to socket.io clients


Languages

Language:JavaScript 100.0%