aiden / rpc_ts_chat

Example chat room with rpc_ts

Home Page:https://rpc-ts-chat.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Example chat room with rpc_ts

https://rpc-ts-chat.herokuapp.com

License:MIT License


Languages

Language:TypeScript 88.5%Language:CSS 9.8%Language:HTML 1.4%Language:JavaScript 0.2%