Go to file
noah metz 5f5916010d Remove contents of h1 tag, and print random active game id to console 2023-06-16 02:20:54 -06:00
test-site Remove contents of h1 tag, and print random active game id to console 2023-06-16 02:20:54 -06:00
.gitignore Added .gitignore and Makefile 2023-04-08 14:09:25 -06:00
Makefile Basic vex Match 2023-06-03 01:38:35 -06:00
event.go Created GQL resource which will act as a graphql server for the attached node and all nodes under it 2023-06-07 00:36:40 -06:00
go.mod Added basic subscription(never updates data, only pings. Having issue with test-site since it continuously opens websockets without reporting an issue. 2023-06-16 01:46:15 -06:00
go.sum Added basic subscription(never updates data, only pings. Having issue with test-site since it continuously opens websockets without reporting an issue. 2023-06-16 01:46:15 -06:00
gql.go Added empty else to GQLHandler websocket loop 2023-06-16 02:20:07 -06:00
gql_vex.go Added basic subscription(never updates data, only pings. Having issue with test-site since it continuously opens websockets without reporting an issue. 2023-06-16 01:46:15 -06:00
graph.go Added basic subscription(never updates data, only pings. Having issue with test-site since it continuously opens websockets without reporting an issue. 2023-06-16 01:46:15 -06:00
main.go Updated GQL, fixed manager, and added queries/mutations 2023-06-13 14:10:59 -06:00
manager.go Updated GQL, fixed manager, and added queries/mutations 2023-06-13 14:10:59 -06:00
manager_test.go Created GQL resource which will act as a graphql server for the attached node and all nodes under it 2023-06-07 00:36:40 -06:00
resource.go Moved gql node to own file 2023-06-07 22:46:42 -06:00
vex.go Added basic subscription(never updates data, only pings. Having issue with test-site since it continuously opens websockets without reporting an issue. 2023-06-16 01:46:15 -06:00
vex_test.go Made cancel and abort handlers instead of abort being a special signal type 2023-06-06 23:04:49 -06:00