Thread: RSPS Networking Library Choices

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 30
  1. #11  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,818
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by Kiissmyswagb View Post
    Check out their examples on GitHub
    I've seen them. I'm curious as to what scope events were used in your case.
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  2. #12  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    26
    Posts
    1,474
    Thanks given
    3,312
    Thanks received
    691
    Rep Power
    1098
    Personally used Ktor and Micronaut (both in Kotlin) and have a preference for the latter. Not sure why you're comparing netty to Ktor (etc) as most of them use netty under the hood.
    Reply With Quote  
     

  3. #13  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,818
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by hc747 View Post
    Personally used Ktor and Micronaut (both in Kotlin) and have a preference for the latter. Not sure why you're comparing netty to Ktor (etc) as most of them use netty under the hood.
    What's the use case for yours?
    I think it's a decent comparison if you look at things such as what ktor offers and netty doesn't, and compare benchmarks [for instance].
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  4. #14  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    26
    Posts
    1,474
    Thanks given
    3,312
    Thanks received
    691
    Rep Power
    1098
    Used each in web API development at work. I used Ktor ~2 years ago - found it intuitive, but too ceremonious. Micronaut is very enjoyable to work with; it's flexible, has widespread adoption and framework support, is high level enough to keep things simple, but also allows for you to be as granular as you need to be. Unfortunately find myself using Micronaut with Groovy (instead of Kotlin) for the time being. Oh well.
    Reply With Quote  
     

  5. #15  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,818
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by hc747 View Post
    Used each in web API development at work. I used Ktor ~2 years ago - found it intuitive, but too ceremonious. Micronaut is very enjoyable to work with; it's flexible, has widespread adoption and framework support, is high level enough to keep things simple, but also allows for you to be as granular as you need to be. Unfortunately find myself using Micronaut with Groovy (instead of Kotlin) for the time being. Oh well.
    Ngl I had too much fun reading that second sentence hahahaha. I'm looking it up rn.

    -- edit

    https://guides.micronaut.io/creating...ide/index.html

    this is pretty juicy.
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  6. Thankful user:


  7. #16  
    Community Veteran


    Join Date
    Dec 2008
    Posts
    4,263
    Thanks given
    405
    Thanks received
    436
    Rep Power
    1674
    Not a single networking library can touch CoralReactor | Coral Blocks

    Leaves them all in the dust.
    Reply With Quote  
     

  8. #17  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,818
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by Gluon View Post
    Not a single networking library can touch CoralReactor | Coral Blocks

    Leaves them all in the dust.
    Why not?

    This is interesting: http://www.coralblocks.com/index.php/coralreactor-vs-netty-performance-comparison/
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  9. #18  
    Community Veteran


    Join Date
    Dec 2008
    Posts
    4,263
    Thanks given
    405
    Thanks received
    436
    Rep Power
    1674
    Quote Originally Posted by Tyluur View Post
    Consistency, performance, simplicity. It beats them all across all categories.
    Reply With Quote  
     

  10. #19  
    Registered Member

    Join Date
    Feb 2010
    Posts
    3,253
    Thanks given
    1,145
    Thanks received
    909
    Rep Power
    2081
    Quote Originally Posted by Gluon View Post
    Not a single networking library can touch CoralReactor | Coral Blocks

    Leaves them all in the dust.
    That benchmark is bs and the company looks sus. Let me tell you why that benchmark is bad. The code comparison given doesn't even use Netty's ByteBuf but java.nio.ByteBuffer, that alone should tell you this is at best a bad comparison by someone who doesn't understand the library and at worse deliberately misleading.
    Reply With Quote  
     

  11. Thankful users:


  12. #20  
    Registered Member
    Join Date
    Dec 2013
    Posts
    419
    Thanks given
    127
    Thanks received
    85
    Rep Power
    349
    Quote Originally Posted by Fire Cape View Post
    That benchmark is bs and the company looks sus. Let me tell you why that benchmark is bad. The code comparison given doesn't even use Netty's ByteBuf but java.nio.ByteBuffer, that alone should tell you this is at best a bad comparison by someone who doesn't understand the library and at worse deliberately misleading.
    Coral blocks has been around for years, in fact they've been around a decade longer than I've been on this community.

    I was just never able to use it because it's not a free and open source library.
    Reply With Quote  
     

Page 2 of 3 FirstFirst 123 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. GNetLib V0.0.0.3 (A Simple Java Networking Library)
    By Rust in forum Application Development
    Replies: 6
    Last Post: 07-29-2015, 08:40 PM
  2. Replies: 3
    Last Post: 08-19-2014, 04:54 PM
  3. RSPStream: A GUI for RSPS Networking
    By 'Conner in forum Projects
    Replies: 19
    Last Post: 10-02-2010, 08:29 PM
  4. Replies: 7
    Last Post: 09-06-2009, 06:05 AM
  5. RSPS Server Library
    By Shiver in forum Downloads
    Replies: 49
    Last Post: 02-15-2009, 03:18 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •