Skip to content

🦉 A simple HTTP server built with Elixir, following The Pragmatic Studio's Elixir/OTP course.

Notifications You must be signed in to change notification settings

peguimasid/servy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some utils commands

spwan(Servy.HttpServer, :start, [4567])
Servy.HttpServer.start(4567)

Servy.FourOhFourCounter.start()
Servy.PledgeServer.start()

:sys.get_status(pid)
:observer.start
Process.info(pid, :messages)
Process.info(pid, :message_queue_len)
pid = Process.whereis(:http_server)
Process.exit(pid, :some_reason)
Process.alive?(pid)
Servy.Supervisor.start_link
Application.started_applications
mix run --no-halt

About

🦉 A simple HTTP server built with Elixir, following The Pragmatic Studio's Elixir/OTP course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published