Go to file
noah metz bfcf06b190 Added basic ws subscription 2023-06-16 16:53:29 -06:00
test-site Added basic ws subscription 2023-06-16 16:53:29 -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 basic ws subscription 2023-06-16 16:53:29 -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 ws subscription 2023-06-16 16:53:29 -06:00
main.go Added basic ws subscription 2023-06-16 16:53:29 -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