Page 1 of 1

Example Webserver with DB CRUD

PostPosted: Sat Jul 28, 2018 10:16 am
by cloutiy
Hi there,

I'm wondering if any of you might have done a web server using Cobra? Specifically one interacting with a database to fetch and store data?

Re: Example Webserver with DB CRUD

PostPosted: Tue Jul 31, 2018 1:09 pm
by torial
I have done one -- it was inspired by CherryPy.. but the DB CRUD part.. that was a bit more complicated and not something I'm willing to release to the public. It could generate web pages / connect to the DB relatively easily.

I've attached the server portion if that is of value.