qicosmos / feather

a modern, rapid,cross-platform web development framework developed in c++17

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is it support mongoDB?

note8g2018 opened this issue · comments

Daer Sir,
I have some questions and I am new I do not know where I should ask, so I open new Issues.

Is feather Library still in the stage of development and improvement especially websocket?

Can I use websocket in feather in realse App?

Is feather work in Android?

is it support mongoDB?

Best Regards,
Tim Tom

feather is composed by 3 component: http server--cinatra, orm--ormpp, html render. If you want to know more detailes, you could find the video about feather on yutube.

ormpp don't support mongodb now, it supports mysql/sqlite/postgresql now, it could be extended to support mongodb, but i have no time to do that now.

Indeed cinatra supported websocket, here is the example:https://github.com/qicosmos/cinatra/tree/master/lang/english
So you could use websocket in feather.

Feather is a cross platforma libary, needs C++17, however i didn't use it in Android, so i'm sure if there would be some compile errors in Android, maybe you can have a try.

The c++ community website--purecpp.org is made by feather, i will improve feather in future.