Skip to content

Latest commit

 

History

History
 
 

chat

chat app

Example app using subscriptions to build a chat room.

to run this server

go run ./example/chat/server/server.go

to run the react app

cd ./example/chat
npm install 
npm run start