You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
232 B

3 years ago
3 years ago
3 years ago
  1. eWSrv
  2. =====
  3. otp22+
  4. An erlang's http1.1 server
  5. Build
  6. -----
  7. $ rebar3 compile
  8. ## Usage
  9. ```sh
  10. $ rebar3 shell
  11. ```
  12. ```erlang
  13. %% starting
  14. 1 > eWSrv:openSrv(8888, []).
  15. ```
  16. ## Examples
  17. Examples handle module see wsTPHer.erl