Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

HTTP server on stdlib #143

@avelino

Description

@avelino

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions