[GH-ISSUE #458] Question: Is it possible to use a client written in typescript ? #210

Closed
opened 2026-03-02 05:19:38 +03:00 by kerem · 1 comment
Owner

Originally created by @Antoine-Sevec on GitHub (May 9, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/458

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

Originally created by @Antoine-Sevec on GitHub (May 9, 2022). Original GitHub issue: https://github.com/hibiken/asynq/issues/458 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
kerem closed this issue 2026-03-02 05:19:38 +03:00
Author
Owner

@hibiken commented on GitHub (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.

<!-- gh-comment-id:1122354120 --> @hibiken commented on GitHub (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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#210
No description provided.