yassinMi / WWebJS.NET

A simple .NET wrapper for the whatsapp-web.js library. This runs a packaged Node.js server and doesn't require a Node.js installation
1 stars 0 forks source link

Run in linux server #3

Open hernanjls opened 2 months ago

hernanjls commented 2 months ago

Hi, I am develop an system with options for chatbot in aspnet core I need know if I can use this library instead of use nodejs whatsapp-web.js lib api calls, for integrate with my app run in linux ubuntu server, Is posible?

yassinMi commented 2 months ago

Hi @hernanjls, unfortunately the library is not compatible with Linux at the moment, it's designed to work with named pipes on Windows.