1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-22 18:32:29 +01:00

Update README.md

This commit is contained in:
Flam3rboy 2021-02-03 19:06:56 +01:00 committed by GitHub
parent 5ea86b3d8d
commit 1c57e93f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,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.