Giter Club home page Giter Club logo

kumo-client's People

Contributors

bryanyehuda avatar maroqijalil avatar segara2410 avatar threeal avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

newcanopies

kumo-client's Issues

Modify the Bridge Class

Modify the bridge class as follow:

  • Return a promise on the connect function.
  • Support to set multiple callback on the Bridge object so it could be called as follow:
    bridge()
      .onConnect(...)
      .onConnect(...)
      .onDisconnect(...);

Bridge Connect Not Rejected

When calling the connect() function of the Bridge class, the returned promise object is not rejected on connection error, it caused the promise to be never ended.

Update the Documentation

Update the documentation with information regarding to classes usages, functions usages, parameters information, return information, hide unused functions or properties, etc. Follow this guide for more information to fill the documentation using TypeDoc.

Modify Callback

Merge any appearance of FooCallback and AsyncFooCallback into a single FooCallback.

Ignore Docs Directory During Packaging

Including the docs directory add 4.1 MB to the package size, while the output dist directory only adds 100 KB to the package size. It's better to remove it during the npm packaging.

Create Modules for the Library

Create modules to simplify the test of the Kumo package. At first ignore the web support (using Babel, Webpack, etc.) and start with the normal library modules of the JavaScript. It's also better to replace the HTML example with the standard JavaScript executable script.

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.