Skip to content

Instantly share code, notes, and snippets.

View circularsprojects's full-sized avatar
🥺

circularsprojects

🥺
View GitHub Profile
@circularsprojects
circularsprojects / Gateway.swift
Created September 4, 2023 00:14
Discord Gateway API swift implementation
//
// watchcord Watch App
// Created by circular with <3 on 27/7/2023
// please excuse my spaghetti code
//
// This was originally intended for my watchcord app, but I can't use it because apple doesn't allow websockets on watchOS 9.
// https://developer.apple.com/documentation/technotes/tn3135-low-level-networking-on-watchos
//
import Foundation