yoel arias
yoel arias

Reputation: 1

another way make Asynchronous REST API with with laravel without ajax

Im returning to laravel I wanna left to use ajax for asynchronous rest services. someone can advice me what other libraries can i use for it.

Upvotes: 0

Views: 170

Answers (1)

Uzair Riaz
Uzair Riaz

Reputation: 919

Axios is pretty good in my opinion. It is a promise based so works very well asynchronously.

https://www.npmjs.com/package/axios

Upvotes: 1

Related Questions