#1 2014-08-04 12:13:52

edwinsn
Member
Registered: 2010-07-02
Posts: 1,218

deployd.com - Generate simple REST API with GUI

Arnaud,

This node.js project is very interesting, should be very useful for people who don't need too complex backend:
http://deployd.com/

I's like a self-hosted version of parse.com - which has been very popular in recent years for mobile developers who want to store data into server but don't have experience/time to implement the backend.


Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.

Offline

#2 2014-08-04 21:37:35

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,661
Website

Re: deployd.com - Generate simple REST API with GUI

You can do the same, in true multi threaded server, with much lower CPU and RAM use, with mORMot...

Offline

#3 2014-08-05 05:45:15

edwinsn
Member
Registered: 2010-07-02
Posts: 1,218

Re: deployd.com - Generate simple REST API with GUI

Yes, I know, I'm just sharing it here smile


Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.

Offline

#4 2014-08-05 07:06:31

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,661
Website

Re: deployd.com - Generate simple REST API with GUI

It just proves that our little rodent has some nice potential...
smile

Offline

#5 2014-08-05 09:53:26

edwinsn
Member
Registered: 2010-07-02
Posts: 1,218

Re: deployd.com - Generate simple REST API with GUI

ab wrote:

It just proves that our little rodent has some nice potential...
smile

It's potential will be fully released once the Delphi compiler supports Linux smile


Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.

Offline

#6 2014-08-06 09:01:55

mpv
Member
From: Ukraine
Registered: 2012-03-24
Posts: 1,571
Website

Re: deployd.com - Generate simple REST API with GUI

BTW out SynSM+spiderMonkey javascript is MUCH faster compared to node.js even in single thread mode (Mozilla rocks!).

Offline

#7 2014-08-06 09:32:51

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,661
Website

Re: deployd.com - Generate simple REST API with GUI

BTW I'd like to add JavaScript wrapper auto-generation to access both ORM and SOA methods of mORMot from SpiderMonkey.
I suppose it would be pretty easy, thanks to mORMotWrapper.pas.
See the CrossPlatform\templates folder for some sample templates - here generating object pascal, but easily changed to generate JavaScript code instead...
Feedback is welcome!

Offline

Board footer

Powered by FluxBB