Author Topic: Nodejs library compatible to javascript.yate  (Read 4703 times)

Anton

  • Newbie
  • *
  • Posts: 25
    • View Profile
Nodejs library compatible to javascript.yate
« on: January 26, 2020, 11:28:40 AM »
Here is yet another javascript library for 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

Anton

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Nodejs library compatible to javascript.yate
« Reply #1 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

Anton

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Nodejs library compatible to javascript.yate
« Reply #2 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

Anton

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Nodejs library compatible to javascript.yate
« Reply #3 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
and the second compatible with javascript.yate (experimental) 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.

Best regards,
Anton
« Last Edit: February 26, 2020, 10:57:29 AM by Anton »

Anton

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Nodejs library compatible to javascript.yate
« Reply #4 on: April 14, 2020, 12:17:19 PM »
Here is next release
https://github.com/0LEG0/next-yate

Best regards,
Anton

Doug

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Nodejs library compatible to javascript.yate
« Reply #5 on: June 28, 2020, 09:15:05 AM »
Hi, Anton!

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

Thanks for sharing!  ;D