Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

aiden/rpc_ts_chat

Repository files navigation

rpc_ts_chat: Example chat room with rpc_ts

CircleCI typescript License: MIT code style: prettier

This is an example of how to use rpc_ts and Redux to build real-time apps. It is also a set of best practices.

Chat room

The app is available here: https://rpc-ts-chat.herokuapp.com/. You can deploy your own:
Deploy

Usage

git clone https://github.com/aiden/rpc_ts_chat.git
cd rpc_ts_chat
yarn

# To start the backend server
yarn back

# To start the frontend using webpack-dev-server
yarn web

License

rpc_ts_chat is licensed under the MIT License.