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
-
Notifications
You must be signed in to change notification settings - Fork 0
peguimasid/servy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
Repository files navigation
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 0
No packages published