version: 0.1.0

+ ws server at "/" and port 11000
+ simple ws handler casting to wsbus
This commit is contained in:
Umgeher Torgersen 2024-11-27 15:59:10 +00:00
parent 454d1fb055
commit 052b0b25c7
6 changed files with 4777 additions and 0 deletions

14
.gitignore vendored Normal file
View 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
*#