Moved server to minimart/.../broker.rkt

This commit is contained in:
Tony Garnock-Jones 2014-07-18 10:24:48 -07:00
parent 4e5bf4955f
commit 340d32e33c
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#lang minimart
;; Generic broker for WebSockets-based minimart/marketplace communication.
(require minimart/drivers/timer)
(require minimart/drivers/websocket)
(require minimart/relay)
(spawn-timer-driver)
(spawn-websocket-driver)
(spawn-world
(spawn-websocket-relay 8000)
(spawn-websocket-relay 8443 (websocket-ssl-options "server-cert.pem" "private-key.pem")))