https://github.com/diegoclair/full-cycle-developer
Maratona Full Cycle Developer 2.0
https://github.com/diegoclair/full-cycle-developer
Last synced: 3 months ago
JSON representation
Maratona Full Cycle Developer 2.0
- Host: GitHub
- URL: https://github.com/diegoclair/full-cycle-developer
- Owner: diegoclair
- Created: 2020-05-05T15:02:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:29:38.000Z (over 2 years ago)
- Last Synced: 2024-12-28T09:39:26.497Z (5 months ago)
- Language: TypeScript
- Size: 13.7 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
#### FullCycle Developer Marathon 2.0
In this Marathon, 4 microservices were developed using several of the most used technologies on the market and big companies.
We developed a Live plataform where you can stream videos and share the live with other people. You can also interact with chat and other features.
### Microservices:
1. micro-live-manager:
Live manager microservice was developed using Nest.js + Socket.io + Redis + gRPC + PeerServer + React.js.
2. micro-live-streaming:
Live streaming microservice was developed using React.js + WebRTC + Socket.io + Peer.js
3. micro-live-chat:
Live chat microservice was developed using Nest.js + Socket.io + Redis
4. codebot
This microservice was developed using Golang + grpc.### Extras
We are also using other tecnologies like rabbitmq to manager queues and kubernetes.