You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
334 B

(define-module (yacswa yacswa)
#:use-module (artanis artanis)
#:use-module (system repl server)
#:use-module (yacswa data)
#:use-module (yacswa routes))
;;(define repl-sock (make-unix-domain-server-socket #:path "./bc"))
;;(spawn-server repl-sock)
;; No SSL. Sad.
(std-display "Bringing server up...\n")
(run #:port 1665)