Skip to content

Fabiokleis/rawhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rawhttp

Servidor Http puro em erlang! suporta html, jpeg e png. %% por equanto...

Server

An OTP application.

Server env options, listening port and process pool size.

[
  {server, [{port, 8123}, {pool, 10}]}
].

Build

$ rebar3 compile

Run

$ rebar shell

inside erlang shell run:

observer:start()

now you can check server application, supervisor and 10 child processes.

image

About

Servidor http puro em erlang!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published