Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 687 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 687 Bytes

nestjs-sample-udp-server

Its a example of implementation UDP protocol (with node dgram) to receive packet from IoT devices and pass them by GraphQL (Apollo Server) subscriptions to Web

  • Don't use in production
  • It's just part of how to integrate
    • GraphQL API
    • UDP server and how to write integration tests
    • TypeORM
    • BDD

links