Live data from Hacker News

Viewing profile — iamvnraju

iamvnraju

HN member
Joined
Tue, Dec 19, 2017, 3:55 AM UTC
HN karma
48
Public activity
6 items

About iamvnraju

No profile information was provided.

Recent public activity

  1. comment
    Comment #28230709

    I remember having used nlohmann's single header JSON parser library around 2018 on a client app and found it to be pretty nifty. For REST, I had had used Boost Beast.

  2. comment
    Comment #25344693

    And most of the time a distributed system just ends up being a distributed monolith.

  3. comment
    Comment #24867153

    Frabrice Bellard truly works in God mode. Ffmpeg, Qemu, Tiny C Compiler ... many others .. and now this!

  4. comment
    Comment #17977571

    The fact that Beast allows you to go low level if required, is one if its strengths. And moreover, C++ is generally used in projects where such control is required.

  5. comment
    Comment #15968501

    Have a look at Beast library. It is a part of the latest Boost libraries (1.66). http://www.boost.org/users/history/version_1_66_0.html

  6. comment
    Comment #15957617

    The Beast library is now officially a part of Boost. Beast makes REST and WebSocket programming easier in modern C++. Congrats Vinnie Falco for a job well done!!