version: 0.1.0
+ ws server at "/" and port 11000 + simple ws handler casting to wsbus
This commit is contained in:
parent
454d1fb055
commit
052b0b25c7
6 changed files with 4777 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
deps
|
||||
ebin
|
||||
_rel
|
||||
.erlang.mk/
|
||||
config
|
||||
*.d
|
||||
*.plt
|
||||
*.beam
|
||||
*.pem
|
||||
*.dump
|
||||
include/flow_service.erl
|
||||
flow_service_server.erl
|
||||
*.DS_Store
|
||||
*#
|
Loading…
Add table
Add a link
Reference in a new issue