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.56 server/server.rb
cpee-2.1.55 server/server.rb
cpee-2.1.54 server/server.rb
cpee-2.1.53 server/server.rb
cpee-2.1.52 server/server.rb
cpee-2.1.51 server/server.rb
cpee-2.1.50 server/server.rb
cpee-2.1.49 server/server.rb
cpee-2.1.48 server/server.rb
cpee-2.1.47 server/server.rb
cpee-2.1.46 server/server.rb
cpee-2.1.45 server/server.rb
cpee-2.1.44 server/server.rb
cpee-2.1.43 server/server.rb
cpee-2.1.41 server/server.rb
cpee-2.1.39 server/server.rb
cpee-2.1.38 server/server.rb
cpee-2.1.37 server/server.rb
cpee-2.1.36 server/server.rb
cpee-2.1.35 server/server.rb