Giter Club home page Giter Club logo

redux-saga-chat-example's Introduction

redux-saga-chat-example

Do you have interest in more redux-saga examples?

Please visit kuy/redux-saga-examples repository to get more.

WORK IN PROGRESS

A chat app built with redux-saga and Socket.IO.

The app consists of two parts: server and client. The server side, which is implemented with koa + koa-socket, provides Socket.IO endpoint and a (fake) DB backend.

Get Started

Clone code from github and install dependencies. To use koa-socket, Please make sure that you're using Node.js v4 or later.

git clone https://github.com/kuy/redux-saga-chat-example.git
cd redux-saga-chat-example
npm install

Start server

npm start

Start client (webpack-dev-server)

npm run client

Open http://localhost:8080/ in 2 tabs

Notice: This example assume you to run on local, which means not on virtual machines like VMware, Virtualbox, etc. If a request doesn't reach to the server, please try to rewrite localhost to your IP or hostname in server code.

License

MIT

Author

Yuki Kodama / @kuy

redux-saga-chat-example's People

Contributors

comalex avatar kuy avatar wallclockbuilder avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

redux-saga-chat-example's Issues

Help with pubnub

Thanks for this great example of using redux-saga to handle socket data

do you know how can I integrate pubnub with saga?

This is an example of subscribe

pubnub.subscribe({
    channel : 'my_channel',
    message : function(m){
        console.log(m);
        // dispatch action with the new message
    },
    error : function (error) {
        // dispatch action with error
    }
});

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.