Added test cases for Permessage-delate valid parameters Added a simple websocket example with compression.
25 lines
300 B
Plaintext
25 lines
300 B
Plaintext
note
|
|
description: "standalone_websocket application root class"
|
|
date: "$Date$"
|
|
revision: "$Revision$"
|
|
|
|
class
|
|
APPLICATION
|
|
|
|
inherit
|
|
ARGUMENTS
|
|
|
|
create
|
|
make
|
|
|
|
feature {NONE} -- Initialization
|
|
|
|
make
|
|
-- Run application.
|
|
do
|
|
--| Add your code here
|
|
print ("Hello Eiffel World!%N")
|
|
end
|
|
|
|
end
|