Live data from Hacker News

Viewing profile — ipkn

ipkn

HN member
Joined
Tue, Jan 21, 2014, 10:56 PM UTC
HN karma
34
Public activity
8 items

About ipkn

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #8004599

    I agree that allowing implementing long polling with crow is important, just I didn't know a good way to do that. Your suggestion is big help. I think supporting both way is better…

  3. comment
    Comment #8003928

    I already considered using a template with single character constants, and I thought the technic didn't have much benefit over the macro version. Maybe compile-time routing functio…

  4. comment
    Comment #8003730

    I also want to remove CROW_ROUTE, but with the current c++ standard, it cannot be avoided. To check whether handler is valid with given URL at compile time, `url' (string literal) …

  5. comment
    Comment #8002931

    the power of `constexpr'!

  6. comment
    Comment #8002782

    I'm writer of this project and it's not completed yet. I planned to publish this after finishing basic features and documentations.

  7. comment
    Comment #7902616

    If you don't want the code generation step and C++ is the only language to use, Dumpable[1] can be useful. [1] https://github.com/ipkn/dumpable

  8. story