microwork | simple creation of distributed scalable microservices | Microservice library

 by   yamalight JavaScript Version: 0.12.2 License: No License

kandi X-RAY | microwork Summary

kandi X-RAY | microwork Summary

microwork is a JavaScript library typically used in Architecture, Microservice, Nodejs, Docker, Kafka, RabbitMQ applications. microwork has no bugs, it has no vulnerabilities and it has low support. You can install using 'npm i microwork' or download it from GitHub, npm.

Microwork.js is a library for simple creation of distributed scalable microservices in node.js with RabbitMQ.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              microwork has a low active ecosystem.
              It has 96 star(s) with 9 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 11 have been closed. On average issues are closed in 3 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of microwork is 0.12.2

            kandi-Quality Quality

              microwork has 0 bugs and 0 code smells.

            kandi-Security Security

              microwork has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              microwork code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              microwork does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              microwork releases are not available. You will need to build from source code and install.
              Deployable package is available in npm.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of microwork
            Get all kandi verified functions for this library.

            microwork Key Features

            No Key Features are available at this moment for microwork.

            microwork Examples and Code Snippets

            No Code Snippets are available at this moment for microwork.

            Community Discussions

            Trending Discussions on microwork

            QUESTION

            Multi-master in Modbus TCP
            Asked 2017-Jun-21 at 08:20

            I have a weird problem with multi-master in Modbus TCP/IP. I know that Modbus Serial doesn't support multi master. But when I saw some documents, they said Modbus TCP supports multi master.

            I composed three tcp clients as Modbus TCP master and a server as Modbus TCP slave. Each Modbus TCP master requests the Modbus TCP slave to get data at every 2 seconds regularly. And I use Modbus TCP stack for master device, which made by Triangle MicroWorks.

            I expected every master could receive data from slave, but actually, one master only communicated well with slave, other masters could not receive data. They only received a return status "3", which means "MBCHNL_RESP_STATUS_CANCELED".

            In this composition, is this behavior right? I wonder if "multi-master/multiple same request" couldn't be supported by the stack or there are other ways to behave multi-master.

            ...

            ANSWER

            Answered 2017-Jun-21 at 08:20

            I found an answer for this problem. In short, masters were too fast and the slave channel was busy. I cannot assure all types of modbus stack doing like this, but it did in that case.

            The return message, "MBCHNL_RESP_STATUS_CANCELED", came from the message queue in the TMW stack code, it because there're some code for checking to make sure this is not a duplicate request. So the slave channel couldn't afford to process messages from three masters simultaneously, and then messages of each masters remained in their own queue.

            I asked Triangle Microworks same question, I received their opnion last week. "... You are allowed to have multiple channels(each channel must have a unique ip/port combination). 2 seconds may be too fast for only 1 channel. ... Try changing period to 3 seconds and so on."

            I think it is not perfect answer, so I improved logic for requesting as bellow. - Send per 2 seconds, but if I only received response.

            The communication is more fluent than it was. It looks more continuous. Sometimes, masters cannot receive some seconds, but after some seconds, they communicate well again.

            I know it is not a perfect answer as well. If I found a better answer, I'll write it again.

            Source https://stackoverflow.com/questions/44275493

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install microwork

            Example service that subscribe to messages from do.work topic and does some work with incoming data (in this case it just appends world! to incoming string):.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • npm

            npm i microwork

          • CLONE
          • HTTPS

            https://github.com/yamalight/microwork.git

          • CLI

            gh repo clone yamalight/microwork

          • sshUrl

            git@github.com:yamalight/microwork.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link