Skip to content
New issue

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

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

Already on GitHub? # to your account

Question: Is it possible to use a client written in typescript ? #458

Closed
Antoine-Sevec opened this issue May 9, 2022 · 1 comment
Closed

Comments

@Antoine-Sevec
Copy link

Hello :)

I wanted to say thank you for your work on Async, it's a great project :)

We want to use our typescript language to be able to send our requests to Asynq, but we did not see in the doc that this was possible. Do you think this is achievable?

Thank you for your reply

@Antoine-Sevec Antoine-Sevec changed the title Question: Question: Is it possible to use a client written in typescript ? Question: Is it possible to use a client written in typescript ? May 9, 2022
@hibiken
Copy link
Owner

hibiken commented May 10, 2022

@Antoine-Sevec Thank you for the question!

As discussed in this other issue #105 we are planning to provide native client libraries in different languages.

Also, we are recently thinking about providing a HTTP/gRPC service that other language servers can talk to request to enqueue a task and possibly configure the service to push the task to HTTP/gRPC endpoints that user configures.

However, this work is probably not going to get done anytime soon (since there's other higher priority work items)
I think the easiest way to unblock you is for you to write a simple HTTP/gRPC service in Go that accepts requests to enqueue a task.

@hibiken hibiken closed this as completed Jun 26, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants