Thread: RSPS Networking Library Choices

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28
  1. #11  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,837
    Thanks given
    1,676
    Thanks received
    1,566
    Discord
    View profile
    Rep Power
    1390
    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.
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  2. #12  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    23
    Posts
    1,448
    Thanks given
    3,135
    Thanks received
    672
    Discord
    View profile
    Rep Power
    1029
    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.
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #13  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,837
    Thanks given
    1,676
    Thanks received
    1,566
    Discord
    View profile
    Rep Power
    1390
    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].
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  4. #14  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    23
    Posts
    1,448
    Thanks given
    3,135
    Thanks received
    672
    Discord
    View profile
    Rep Power
    1029
    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.
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. #15  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,837
    Thanks given
    1,676
    Thanks received
    1,566
    Discord
    View profile
    Rep Power
    1390
    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

    [Only registered and activated users can see links. ]

    this is pretty juicy.
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  6. Thankful user:


  7. #16  
    Community Veteran


    Join Date
    Dec 2008
    Posts
    4,264
    Thanks given
    405
    Thanks received
    432
    Discord
    View profile
    Rep Power
    1684
    Not a single networking library can touch [Only registered and activated users can see links. ]

    Leaves them all in the dust.
    Reply With Quote  
     

  8. #17  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,837
    Thanks given
    1,676
    Thanks received
    1,566
    Discord
    View profile
    Rep Power
    1390
    Quote Originally Posted by Gluon View Post
    Not a single networking library can touch [Only registered and activated users can see links. ]

    Leaves them all in the dust.
    Why not?

    This is interesting: http://www.coralblocks.com/index.php/coralreactor-vs-netty-performance-comparison/
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  9. #18  
    Community Veteran


    Join Date
    Dec 2008
    Posts
    4,264
    Thanks given
    405
    Thanks received
    432
    Discord
    View profile
    Rep Power
    1684
    Quote Originally Posted by Tyluur View Post
    Why not?

    This is interesting: [Only registered and activated users can see links. ]
    Consistency, performance, simplicity. It beats them all across all categories.
    Reply With Quote  
     

  10. #19  
    Registered Member

    Join Date
    Feb 2010
    Posts
    3,187
    Thanks given
    1,124
    Thanks received
    834
    Discord
    View profile
    Rep Power
    1514
    Quote Originally Posted by Gluon View Post
    Not a single networking library can touch [Only registered and activated users can see links. ]

    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
    318
    Thanks given
    109
    Thanks received
    72
    Rep Power
    309
    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
  •