Viewing profile — ipkn
ipkn
HN member- Joined
- Tue, Jan 21, 2014, 10:56 PM UTC
- HN karma
- 34
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About ipkn
No profile information was provided.
Recent public activity
- story
-
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…
-
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…
-
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) …
-
comment
Comment #8002931
the power of `constexpr'!
-
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.
-
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
- story