Add in-memory relay

This commit is contained in:
Jon Staab
2024-04-21 16:01:32 -07:00
parent f738682fb3
commit eb5ffe873e
14 changed files with 246 additions and 27 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import {Emitter} from '@coracle.social/lib'
import type {Message} from '../Socket'
import type {Message} from '@coracle.social/util'
import type {Connection} from '../Connection'
export class Relay extends Emitter {