Skip to content

This its just the third project of a serie that belong my portfolio. Here you can find an app (client/server) to chat over the protocol WS (websocket)

Notifications You must be signed in to change notification settings

JavierAcevedoC/letsGoTalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lets GO to Talk

About it

This is a simple server and client to chat, using GOlang with gorilla/websocket to create the service and the latest Angular version to create the client.

Requirements

  • Permitir que múltiples usuarios se conecten al servidor y envíen mensajes.
  • Difundir los mensajes a todos los usuarios conectados.
  • Identificar a los usuarios con un nombre único o un ID generado.
  • Identificar las salas.
  • Cambiar de sala a gusto.
  • Persistencia de msg por sala.
#to run the service
go run cmd/main.go

#to run the client
cd client/clientws/ && npm run start

image

About

This its just the third project of a serie that belong my portfolio. Here you can find an app (client/server) to chat over the protocol WS (websocket)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages