github.com/jepp2078/gqlgen@v0.7.2/example/chat/readme.md (about)

     1  ### chat app
     2  
     3  Example app using subscriptions to build a chat room.
     4  
     5  to run this server
     6  ```bash
     7  go run ./example/chat/server/server.go
     8  ```
     9  
    10  to run the react app
    11  ```bash
    12  cd ./example/chat
    13  npm install 
    14  npm run start
    15  ```