Yate Community Forum

General Category => Yate based projects => Topic started by: Anton on January 26, 2020, 11:28:40 AM

Title: Nodejs library compatible to javascript.yate
Post by: Anton on January 26, 2020, 11:28:40 AM
Here is yet another javascript library for Yate. ;)
https://github.com/0LEG0/next-yate (https://github.com/0LEG0/next-yate)
I developed it in order to go beyond the boundaries of the javascript.yate sandbox, but at the same time tried to preserve the original API.
It is still in the experiment stage, but elisa.js is already working. :)

Best regards,
Anton
Title: Re: Nodejs library compatible to javascript.yate
Post by: Anton on February 11, 2020, 10:54:27 AM
Library are published as npm module now.
to install run:
Code: [Select]
npm install next-yate
Best regards,
Anton

P.S.
Any suggestions and criticism are welcome
Title: Re: Nodejs library compatible to javascript.yate
Post by: Anton on February 16, 2020, 03:43:23 AM
"Channel" support was added.

Here is example of adapted welcome.js script:
https://github.com/0LEG0/next-yate/blob/master/examples/welcome.js

Best regards,
Anton
Title: Re: Nodejs library compatible to javascript.yate
Post by: Anton on February 26, 2020, 10:35:09 AM
Hello Community.

I decided to split the project into two:
The first will be core (stable) https://github.com/0LEG0/next-yate (https://github.com/0LEG0/next-yate)
and the second compatible with javascript.yate (experimental) https://github.com/0LEG0/next-yate-compat (https://github.com/0LEG0/next-yate-compat)
In the next "Next-Yate" update, the compatibility abstraction will be removed. If someone needs javasctipt.yate compatibility please go to "Next-Yate-Compat" https://github.com/0LEG0/next-yate-compat (https://github.com/0LEG0/next-yate-compat).

Best regards,
Anton
Title: Re: Nodejs library compatible to javascript.yate
Post by: Anton on April 14, 2020, 12:17:19 PM
Here is next release
https://github.com/0LEG0/next-yate (https://github.com/0LEG0/next-yate)

Best regards,
Anton
Title: Re: Nodejs library compatible to javascript.yate
Post by: Doug on June 28, 2020, 09:15:05 AM
Hi, Anton!

Great job, I was really thinking about something like that...

Thanks for sharing!  ;D