You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a reminder than anything, but simple_bridge 2.0 should also provide an HTTPS configuration abstractions similar to how it abstracts away other parts of the underlying server configuration into the simple_bridge.config file.
The text was updated successfully, but these errors were encountered:
also fixed
* handle ok response on CB side
status:
=======
HTTP
cowboy, inets, mochiweb, yaws - working great
webmachine - need a dispacher function to be written for it
HTTPS
there is no configuration options for ssl in SB yet (see
nitrogen/simple_bridge#35). For https/spdy/http2 support is better to
use nginx as reverse proxy server for now
WebSockets
cowboy, inets, mochiweb, yaws - working great
webmachine - need a dispacher function to be written for it
ToDo/Issues:
=====
1) lookup for alternatives for mochiweb_util functions used inside CB
code. Until than, mochiweb should be compiled
2) check if
boss_beb_controller_handle_request:process_stream_generator/5 working
and replace usage of mochiweb_stream with built-in functionality
3) if using cowboy, there is bunch of errors sent to log on app
termination
4) dispacher for Webmachine
This is more of a reminder than anything, but simple_bridge 2.0 should also provide an HTTPS configuration abstractions similar to how it abstracts away other parts of the underlying server configuration into the simple_bridge.config file.
The text was updated successfully, but these errors were encountered: