Mirror of
forum.nim-lang.org
index
1758 :: Is jester asynchronous?
[2015-10-31T20:45:37+01:00]
View Orginal
v3ss0n
(orginal)
[2015-10-31T20:45:37+01:00]
view original
Coz i Saw AsyncHTTP is Largely Experimental.
dom96
(orginal)
[2015-10-31T21:20:06+01:00]
view original
Yes, it is asynchronous. The fact that asynchttpserver is
"
experimental
"
does not mean that jester is not async.
v3ss0n
(orginal)
[2015-11-01T18:52:41+01:00]
view original
So it is not based on AsyncHttpServer right ?
andrea
(orginal)
[2015-11-01T18:55:46+01:00]
view original
It is. It is based on AsyncHttpServer, which is
"
experimental
"
. In other words, even though AsyncHttpServer is considered
"
experimental
"
, it is largely stable and people are building on that
v3ss0n
(orginal)
[2015-11-01T18:57:37+01:00]
view original
Does it have non-blocking LongPolling , Eventsource , WebSocket , by default , or examples?