Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use some form of non-blocking IO #3

Open
euclidianAce opened this issue Feb 1, 2021 · 1 comment · May be fixed by #7
Open

Use some form of non-blocking IO #3

euclidianAce opened this issue Feb 1, 2021 · 1 comment · May be fixed by #7
Labels
enhancement New feature or request

Comments

@euclidianAce
Copy link
Member

euclidianAce commented Feb 1, 2021

I think the best candidate for this would be LuaSocket as it:

  • already has typedefs and
  • is cross platform
  • language servers have the option to communicate over sockets, but just use stdio by default
  • And is one of the most popular lua modules so people probably already have it installed

but I'm open to other suggestions like luv or cqueues

@euclidianAce euclidianAce added the enhancement New feature or request label Feb 1, 2021
@cloudfreexiao
Copy link

cloudfreexiao commented Feb 23, 2021

how do you think about lsocket https://github.com/cloudwu/lsocket

@euclidianAce euclidianAce linked a pull request Jul 4, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants