Re: Embedding mongoose 6.4 in C# app

2016-07-08 Thread Sergey Lyubka
But with C# requirement - you're out of luck, unless your project is commercial and management is OK paying for the custom integration with c#. On Fri, Jul 8, 2016 at 4:55 PM, Sergey Lyubka wrote: > Mongoose is designed to be used in C/C++ programs. > REStful + JSON is very

Re: Embedding mongoose 6.4 in C# app

2016-07-08 Thread Sergey Lyubka
Mongoose is designed to be used in C/C++ programs. REStful + JSON is very common use case - yes Mongoose can do that. That's how we use it all the time ourselves. On Fri, Jul 8, 2016 at 4:46 PM, Caio Figueiredo Abecia wrote: > Thanks for the feedback Sergey. > > I'll need

Re: Embedding mongoose 6.4 in C# app

2016-07-08 Thread Sergey Lyubka
No, newer versions do not have C# examples. On Thu, Jul 7, 2016 at 6:53 PM, Caio Figueiredo Abecia wrote: > Hello ! > > I'm trying to develop an app in C# (exe) with mongoose embedded as a > webserver. > > I got it working ok with mongoose version 5.6 in my tests, but