Add channels

This commit is contained in:
Asher
2019-06-28 17:37:23 -05:00
parent 4861405683
commit 68fe085aa3
6 changed files with 261 additions and 36 deletions

4
entry.ts Normal file
View File

@@ -0,0 +1,4 @@
import { Server } from "./server";
const server = new Server();
server.listen();