yepcord / server

Unofficial discord backend implementation in python.
GNU Affero General Public License v3.0
2 stars 1 forks source link

rewrite events sending from rest api to gateway #110

Closed RuslanUC closed 1 year ago

RuslanUC commented 1 year ago

maybe generate event objects on rest side, serialize and send, on gateway side only deserialize and send to clients. list of clients can be generated on gateway side