Skip to content

Marcosschwaab/server_elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Web Server Elixir

RUN

Run terminal iex -S mix

iex (1)> {:ok, _pid} = Plug.Cowboy.http(ServerElixir.WebServer,[])

Access http://localhost:4000

Hello World

Shutdown iex (2)> Plug.Cowboy.shutdown(ServerElixir.WebServer.HTTP)

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/server_elixir.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages