reasonml-community / belt

MIT License
49 stars 1 forks source link

http, server #6

Open chenglou opened 6 years ago

bassjacob commented 6 years ago

express bindings, or as low as http?

chenglou commented 6 years ago

Maybe cohttp/node http is enough for now; I haven't personally tried bs-express so let's start small.

Also, I'd like to import this into the internal codebase and test it, so it'd have to have simplicity all-around, including the meta stuff like the number of files, deps, etc. I might even think of bspacking these.

Part of my goal is to use every module in this lib so that I have a reasonable judgement of what pieces are ready to be upstreamed and how to answer questions in discord, plus what to hard-code into super errors (yeeeep that's gonna be a thing for this lib). Sorry if this decision is a bit centralized right now; I'll loosen up the requirement more in the future once we get better polish & infra in place.

bassjacob commented 6 years ago

all good, just figuring out how I can contribute :smile:

bassjacob commented 6 years ago

I've started working on this, getting bindings to node/http underway.