blob: 8a658fde066dcf543d3ffaf5122fb210af854669 (
plain) (
blame)
1
2
3
4
|
# discord-gateway
Open Source Discord WebSocket Gateway Server
For the WebSocket we use [ws](https://www.npmjs.com/package/ws) and we'll write our own packet handler for the individual opcodes and events.
|