Skip to content

Server and Client - Socket.io | sample with real time chat

Notifications You must be signed in to change notification settings

LFerronato/socketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Código de exemplo para exploração de uso do Socket.io

https://socket.io

Diferencial

Uso de um arquivo separado para lidar com funções do Socket.io

  import { handleSocket } from './handleSocket'
  // ...
  handleSocket(io)

To Run

  yarn dev

Demo

About

Server and Client - Socket.io | sample with real time chat

Resources

Stars

Watchers

Forks