package
0.0.0-20200907145940-5502360aad98
Repository: https://github.com/docup/docup-api.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
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