[yocto] Web frameworks on embedded linux

Maciek Borzecki maciej.borzecki at open-rnd.pl
Fri Nov 14 10:39:56 PST 2014


On pią, 2014-11-14 at 09:10 -0800, Edward Wingate wrote:
> No, I haven't.  I still have a lot to learn about Yocto and recipes.
> I went ahead and pulled python-modules in and and got a lot further in
> making this app work.  Thanks, Maciek, for your help.
>
> The ramdisk image ballooned to 22MB though.  It's expected, but due to
> flash size constraints, Python may not be an option in this case.
>
>
>         I've used Tornado to provide a REST-ful API for an Android
>         application
>         and some basic web pages with status information and so on.
>         Worked quite well.
>
>
> Do you remember what your final ramdisk image size was?
It was a beefy application image, with lots of dependencies.

>
>
>
> I would still love to hear what web frameworks others here have used
> on embedded linux.

In yet another project we used lighttpd as request handler, while the
actual app was running as fastcgi service. HTML templates were handled
by Clearsilver, see http://www.clearsilver.net (really neat library, New BSD
license). IIRC, Clearsilver pulls in bdwgc as dependency, so there's no
hassle with memory management.

Quite recently we had yet another custom work where HTTP JSON-RPC
requests were handled using libsoup.

--
Maciej Borzęcki
Senior Software Developer at Open-RnD Sp. z o.o., Poland
www.open-rnd.pl
mobile: +48 889 117 365, fax: +48 42 657 9079

Niniejsza wiadomość wraz z załącznikami może zawierać chronione prawem
lub poufne informacje i została wysłana wyłącznie do wiadomości i
użytku osób, do których została zaadresowana. Jeśli wiadomość została
otrzymana przypadkowo zabrania się jej kopiowania lub rozsyłania do
osób trzecich. W takim przypadku uprasza się o natychmiastowe
zniszczenie wiadomości oraz poinformowanie nadawcy o zaistniałej
sytuacji za pomocą wiadomości zwrotnej. Dziękujemy.

This message, including any attachments hereto, may contain privileged
or confidential information and is sent solely for the attention and
use of the intended addressee(s). If you are not an intended addressee,
you may neither use this message nor copy or deliver it to anyone. In
such case, you should immediately destroy this message and kindly notify
the sender by reply email. Thank you.






More information about the yocto mailing list