Open avelino opened 3 years ago
Example of how I think - we are willing to discuss the best way:
(package "main" (import http) (def home-handle(w, r) (fprintf w "home starting server!")) (http.handle-func "/" home-handle) (http.listen-serve ":8080" nil))
Example of how I think - we are willing to discuss the best way: