Crystal 0.9.1 with Kemal
require "kemal"
ws "/" do |socket|
  socket.on_message do |message|
 endCrystal 0.9.1 with Kemal
require "kemal"
ws "/" do |socket|
  socket.on_message do |message|
 end| import psycopg2 as pg | |
| from io import BytesIO | |
| from collections import defaultdict | |
| from contextlib import contextmanager | |
| from psycopg2.extensions import ISOLATION_LEVEL_AUTOCOMMIT, ISOLATION_LEVEL_READ_COMMITTED | |
| READ_COMMIT = ISOLATION_LEVEL_READ_COMMITTED | |
| AUTO_COMMIT = ISOLATION_LEVEL_AUTOCOMMIT | 
| #!/usr/bin/env rackup | |
| #\ -E deployment | |
| use Rack::ContentLength | |
| app = Rack::Directory.new Dir.pwd | |
| run app | 
| #! /bin/sh | |
| # ================================================================== | |
| # ______ __ _____ | |
| # /_ __/___ ____ ___ _________ _/ /_ /__ / | |
| # / / / __ \/ __ `__ \/ ___/ __ `/ __/ / / | |
| # / / / /_/ / / / / / / /__/ /_/ / /_ / / | |
| #/_/ \____/_/ /_/ /_/\___/\__,_/\__/ /_/ | |
| # Multi-instance Apache Tomcat installation with a focus | |
| # on best-practices as defined by Apache, SpringSource, and MuleSoft |