Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 914 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 914 Bytes

GraphQL Real-time Chat/Messaging

Technologies Used

GraphQL real-time messaging with channels. Uses polling to make the messages appear instantly. See my other repo called apollo-react-rt-chat to see subscriptions in action.

Installation and Usage

npm i
npm run dev

Open two browser windows and watch the chat fly back and forth.