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.1.34 server/server.rb
cpee-2.1.33 server/server.rb
cpee-2.1.32 server/server.rb
cpee-2.1.30 server/server.rb
cpee-2.1.29 server/server.rb
cpee-2.1.27 server/server.rb
cpee-2.1.26 server/server.rb
cpee-2.1.25 server/server.rb
cpee-2.1.24 server/server.rb
cpee-2.1.23 server/server.rb
cpee-2.1.22 server/server.rb
cpee-2.1.21 server/server.rb
cpee-2.1.20 server/server.rb
cpee-2.1.19 server/server.rb
cpee-2.1.17 server/server.rb
cpee-2.1.16 server/server.rb
cpee-2.1.15 server/server.rb
cpee-2.1.14 server/server.rb
cpee-2.1.13 server/server.rb
cpee-2.1.12 server/server.rb