Skip to content

bchassoul/erl_vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erl_vue

A proof-of-concept Erlang/Elixir project wired together with exerl that runs a Cowboy server and mounts selected Phoenix (and LiveView/LiveVue) handlers directly inside a Cowboy router.

Goal: keep a single TCP port and no reverse proxy.

          ┌──────────────┐
TCP:8443  │   Cowboy     │  single listener
   ─────▶ │  Router      │ ─────────────────────────────────┐
          └──────┬───────┘                                  │
                 │                                          │
  (/api, ...)    │                      (/, /assets, ...)   │
                 │                                          │
                 ▼                                          ▼
        Erlang Handlers                          Phoenix Handlers


Build

$ rebar3 compile

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages