We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello All,
Got a question in IRC how to bind sockjs to the Weber.
sockjs
Weber
I'm seeing two ways for doing this:
sockjs-erlang
_sj
websockets
cowboy:set_env(my_http_listener, dispatch, cowboy_router:compile(Dispatch)).
for updating current cowboy routing?
Any additional ideas/suggestions?
Links:
cc: @matheusca
The text was updated successfully, but these errors were encountered:
In the sockjs documention there are two options, such as you described, so I think haven't more options to do it
Enviado via iPhone
Em 26/01/2014, às 15:39, 0xAX [email protected] escreveu: Hello All, Got a question in IRC how to bind sockjs to the Weber. I'm seeing two ways for doing this: Add sockjs-erlang as a standard _sj and config route as we doing with websockets. Use wrap for cowboy:set_env(my_http_listener, dispatch, cowboy_router:compile(Dispatch)). for updating current cowboy routing? Any additional ideas/suggestions? Links: socksj-erlang cc: @matheusca — Reply to this email directly or view it on GitHub.
Em 26/01/2014, às 15:39, 0xAX [email protected] escreveu:
Add sockjs-erlang as a standard _sj and config route as we doing with websockets.
Use wrap for
cowboy:set_env(my_http_listener, dispatch, cowboy_router:compile(Dispatch)). for updating current cowboy routing?
socksj-erlang cc: @matheusca
— Reply to this email directly or view it on GitHub.
Sorry, something went wrong.
So.. need to choose the best :)
I don't know, think it's be better like cowboy's wrapper
Em 26/01/2014, às 16:09, 0xAX [email protected] escreveu: In the sockjs documention there are two options, such as you described, so I think haven't more options to do it So.. need to choose the best :) — Reply to this email directly or view it on GitHub.
Em 26/01/2014, às 16:09, 0xAX [email protected] escreveu:
No branches or pull requests
Hello All,
Got a question in IRC how to bind
sockjs
to theWeber
.I'm seeing two ways for doing this:
sockjs-erlang
as a standard_sj
and config route as we doing withwebsockets
.for updating current cowboy routing?
Any additional ideas/suggestions?
Links:
cc: @matheusca
The text was updated successfully, but these errors were encountered: