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 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 <
> caioabe...@gmail.com> wrote:
>
>> Thanks for the feedback Sergey.
>>
>> I'll need a webserver embedded solution to be used with C# that can
>> publish a rest service (json).
>> In version 5.6 the example "restful_api.c" is working ok but with xml.
>> I do not have much experience in C. My expertise is C#.
>> I'm testing Mongoose and other solutions. I was hoping Mongoose would fit
>> to our needs.
>> Do you suggest something? Do you have any idea to get it working with
>> Mongoose?
>>
>> Thanks in advance!
>>
>> Em sexta-feira, 8 de julho de 2016 03:23:35 UTC-3, Sergey Lyubka escreveu:
>>>
>>> No, newer versions do not have C# examples.
>>>
>>> On Thu, Jul 7, 2016 at 6:53 PM, Caio Figueiredo Abecia <
>>> caioa...@gmail.com> 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 that's
 because on version 5.6 Sergey Lyubka has already created a csharp example
 class for a wrapper (5.6 > mongoose/examples/csharp/mongoose.cs). So it
 wasn't so hard to make it works.
 But on version 6.4 it has major changes and there is not a example of a
 mongoose wrapper yet.

 I'll have to code myself or some of you guys has already some code to
 share?

 I really appreciate any help.

 Thanks!

 --
 You received this message because you are subscribed to the Google
 Groups "mongoose-users" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to mongoose-user...@googlegroups.com.
 To post to this group, send email to mongoos...@googlegroups.com.
 Visit this group at https://groups.google.com/group/mongoose-users.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> --
>> You received this message because you are subscribed to the Google Groups
>> "mongoose-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to mongoose-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to mongoose-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/mongoose-users.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"mongoose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mongoose-users+unsubscr...@googlegroups.com.
To post to this group, send email to mongoose-users@googlegroups.com.
Visit this group at https://groups.google.com/group/mongoose-users.
For more options, visit https://groups.google.com/d/optout.


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 a webserver embedded solution to be used with C# that can
> publish a rest service (json).
> In version 5.6 the example "restful_api.c" is working ok but with xml.
> I do not have much experience in C. My expertise is C#.
> I'm testing Mongoose and other solutions. I was hoping Mongoose would fit
> to our needs.
> Do you suggest something? Do you have any idea to get it working with
> Mongoose?
>
> Thanks in advance!
>
> Em sexta-feira, 8 de julho de 2016 03:23:35 UTC-3, Sergey Lyubka escreveu:
>>
>> No, newer versions do not have C# examples.
>>
>> On Thu, Jul 7, 2016 at 6:53 PM, Caio Figueiredo Abecia <
>> caioa...@gmail.com> 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 that's
>>> because on version 5.6 Sergey Lyubka has already created a csharp example
>>> class for a wrapper (5.6 > mongoose/examples/csharp/mongoose.cs). So it
>>> wasn't so hard to make it works.
>>> But on version 6.4 it has major changes and there is not a example of a
>>> mongoose wrapper yet.
>>>
>>> I'll have to code myself or some of you guys has already some code to
>>> share?
>>>
>>> I really appreciate any help.
>>>
>>> Thanks!
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "mongoose-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to mongoose-user...@googlegroups.com.
>>> To post to this group, send email to mongoos...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/mongoose-users.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "mongoose-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mongoose-users+unsubscr...@googlegroups.com.
> To post to this group, send email to mongoose-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/mongoose-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"mongoose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mongoose-users+unsubscr...@googlegroups.com.
To post to this group, send email to mongoose-users@googlegroups.com.
Visit this group at https://groups.google.com/group/mongoose-users.
For more options, visit https://groups.google.com/d/optout.


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 that's
> because on version 5.6 Sergey Lyubka has already created a csharp example
> class for a wrapper (5.6 > mongoose/examples/csharp/mongoose.cs). So it
> wasn't so hard to make it works.
> But on version 6.4 it has major changes and there is not a example of a
> mongoose wrapper yet.
>
> I'll have to code myself or some of you guys has already some code to
> share?
>
> I really appreciate any help.
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "mongoose-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mongoose-users+unsubscr...@googlegroups.com.
> To post to this group, send email to mongoose-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/mongoose-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"mongoose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mongoose-users+unsubscr...@googlegroups.com.
To post to this group, send email to mongoose-users@googlegroups.com.
Visit this group at https://groups.google.com/group/mongoose-users.
For more options, visit https://groups.google.com/d/optout.