Cowboy WebSocket Example

This commit is contained in:
Werner
2022-04-18 18:57:01 -03:00
commit cb7be7880f
12 changed files with 8369 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
PROJECT = erws
PROJECT_DESCRIPTION = Erlang WebSocket
PROJECT_VERSION = 0.1.0
DEPS = cowboy
dep_cowboy_commit = 2.6.3
DEP_PLUGINS = cowboy
include erlang.mk