fast-tcp | fast-tcp is an extremely fast TCP client and server | TCP library

 by   alemures JavaScript Version: 3.3.2 License: No License

kandi X-RAY | fast-tcp Summary

kandi X-RAY | fast-tcp Summary

fast-tcp is a JavaScript library typically used in Telecommunications, Media, Telecom, Networking, TCP, Nodejs applications. fast-tcp has no bugs, it has no vulnerabilities and it has low support. You can install using 'npm i fast-tcp' or download it from GitHub, npm.

fast-tcp is an extremely fast TCP client and server that allows to emit and listen to events. It also provides more features like binary streaming, acknowledgements, broadcasts, rooms, etc. In order to get the maximum performance, every data type is sent using the fastest way to write it into the underline Buffer. Integer numbers are sent as signed integers of 48 bits, decimal numbers as double of 64 bits, boolean as byte, strings as utf8 string, buffers as binary, objects are serialized as binary and streams are transmitted in binary over the fast-tcp protocol. To be flexible sending objects, by default, they are serialized/deserialized using JSON.stringify/JSON.parse so, sending a Javascript object is possible out of the box. It is also possible to override the objects serialization so, you can use third-party libraries like Protocol Buffer, avro, MessagePack or even your own implementation.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              fast-tcp has a low active ecosystem.
              It has 39 star(s) with 13 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 2 open issues and 4 have been closed. On average issues are closed in 53 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of fast-tcp is 3.3.2

            kandi-Quality Quality

              fast-tcp has 0 bugs and 0 code smells.

            kandi-Security Security

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

            kandi-License License

              fast-tcp 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

              fast-tcp 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 fast-tcp
            Get all kandi verified functions for this library.

            fast-tcp Key Features

            No Key Features are available at this moment for fast-tcp.

            fast-tcp Examples and Code Snippets

            No Code Snippets are available at this moment for fast-tcp.

            Community Discussions

            QUESTION

            ACE - is it possible to create a pipe using fast path?
            Asked 2018-Jun-27 at 15:24

            In windows server > 2012 there's the fast path feature used to create IPC pipes without actually using TCP loopbacks, which are slow:

            https://blogs.technet.microsoft.com/wincat/2012/12/05/fast-tcp-loopback-performance-and-low-latency-with-windows-server-2012-tcp-loopback-fast-path/

            Is there a way to make ACE Pipe use the fast-path option on windows? From what I see in code there's no mention to the SIO_LOOPBACK_FAST_PATH control code and I couldn't find an easy way to pass custom control codes to ACE pipe.

            The class is also built in a way that's very hard to inherit from and extend, with one huge open() function that don't get many params and private handles.

            How can I try and use fastpath with ACE pipe?

            (using ACE 6.1.1 and can't upgrade to newer version)

            ...

            ANSWER

            Answered 2018-Jun-27 at 15:24

            It is only possible to use the fast-path option on Windows when you extend ACE with the necessary functionality. When you have a working solution you can submit it to the ACE main git repository through a pull request.

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

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

            Vulnerabilities

            No vulnerabilities reported

            Install fast-tcp

            You can install using 'npm i fast-tcp' or download it from GitHub, npm.

            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 fast-tcp

          • CLONE
          • HTTPS

            https://github.com/alemures/fast-tcp.git

          • CLI

            gh repo clone alemures/fast-tcp

          • sshUrl

            git@github.com:alemures/fast-tcp.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

            Consider Popular TCP Libraries

            masscan

            by robertdavidgraham

            wait-for-it

            by vishnubob

            gnet

            by panjf2000

            Quasar

            by quasar

            mumble

            by mumble-voip

            Try Top Libraries by alemures

            fast-json

            by alemuresTypeScript

            fast-tcp-java

            by alemuresJava

            utjs

            by alemuresJavaScript

            ssh-manager

            by alemuresJavaScript

            nodejs-project-example

            by alemuresJavaScript