Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clairefro/chat-redux-router

Slack-style chat app with shareable channel URLs (redux-router)
https://github.com/clairefro/chat-redux-router

Last synced: 3 days ago
JSON representation

Slack-style chat app with shareable channel URLs (redux-router)

Awesome Lists containing this project

README

        

# Redux Router Chat

Refactoring of [Redux Chat](https://github.com/clairefro/chat-redux) using redux-router for shareable channel URLs.

---------------------------------------------------
Simple React + Redux chat app styled a la Slack, with emoji compatibility via [react-emojione](https://www.npmjs.com/package/react-emojione).

Uses [Le Wagon's chat API](https://github.com/lewagon/wagon-chat-api) to store/retrieve messages, so your chat is public with others in the same channel. Note: message database is cleared every hour or so.