fdopen / uwt

libuv bindings for OCaml
https://fdopen.github.io/uwt/
MIT License
55 stars 7 forks source link

status + example project #4

Open ORESoftware opened 5 years ago

ORESoftware commented 5 years ago

Questions/suggestions:

  1. Is this lib alpha beta or ready to go?

  2. Could you create a git repo on Github that we can clone that has a basic server that does some async I/O with this lib? Example git repos that people can clone are super nice because you can get up and running very quickly and you don't need to run some scaffolding tool from the command line.

I come from the land of Node.js and am looking to try out OCaml...because OCaml has the GIL, introducing the async I/O paradigm would be really cool, where Libuv can provide the event loop, threads, and async routines, etc.

ORESoftware commented 5 years ago

bump