您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

24 行
232 B

  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