lipp / lua-websockets

Websockets for Lua.
http://lipp.github.com/lua-websockets/
MIT License
396 stars 113 forks source link

is there a example of client_ev? #45

Closed yanpeipan closed 9 years ago

lipp commented 9 years ago

will provide an echo-client-ev example soon. you can read the tests for getting an idea until then: https://github.com/lipp/lua-websockets/blob/master/spec/client_ev_spec.lua

lipp commented 9 years ago

here is an example (frankly, not tested yet - my lua env is temp broken...):

https://github.com/lipp/lua-websockets/blob/add-example/examples/echo-client-ev.lua