Skip to content

Miliox/WebSocket-for-Erlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extensible WebSocket implementation for Erlang

Compile:
	make all

Run test:
	make test

How to Use:
Erlang Terminal-Client WebSocket-76:
	{ok, Ws} = gen_ws:connect("ws://echo.websocket.org"),
	gen_ws:send(Ws, "Hello World!"),
	{ok, "Hello World!"} = gen_ws:recv(Ws),
	gen_ws:close(Ws).
	
Erlang Terminal-Server:
	TODO

About

Socket which implements WebSocket Protocol Communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published