Sha256: 4c44e0883b16b17412704bf0c39758b0794a86a1b2d0e26cb8932e7220bb1846

Contents?: true

Size: 984 Bytes

Versions: 98

Compression:

Stored size: 984 Bytes

Contents

#!/usr/bin/ruby
#
# This file is part of CPEE.
#
# CPEE is free software: you can redistribute it and/or modify it under the terms
# of the GNU General Public License as published by the Free Software Foundation,
# either version 3 of the License, or (at your option) any later version.
#
# CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.  See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with
# CPEE (file COPYING in the main directory).  If not, see
# <http://www.gnu.org/licenses/>.

require 'rubygems'
gem 'nokogiri'
require File.expand_path(File.dirname(__FILE__) + '/../lib/cpee/implementation')

Riddl::Server.new(CPEE::SERVER, :port => 8298) do |opts|
  accessible_description true
  cross_site_xhr true
  process_out false

  use CPEE::implementation(opts)
end.loop!

Version data entries

98 entries across 98 versions & 1 rubygems

Version Path
cpee-2.0.20 server/server.rb
cpee-2.0.19 server/server.rb
cpee-2.0.18 server/server.rb
cpee-2.0.17 server/server.rb
cpee-2.0.16 server/server.rb
cpee-2.0.15 server/server.rb
cpee-2.0.14 server/server.rb
cpee-2.0.13 server/server.rb
cpee-2.0.11 server/server.rb
cpee-2.0.9 server/server.rb
cpee-2.0.8 server/server.rb
cpee-2.0.7 server/server.rb
cpee-2.0.6 server/server.rb
cpee-2.0.5 server/server.rb
cpee-2.0.3 server/server.rb
cpee-2.0.2 server/server.rb
cpee-2.0.1 server/server.rb
cpee-2.0 server/server.rb