Integration with Backend
In many use cases, Survey Creator communicates with a remote storage. Use the following GitHub repositories to integrate Survey Creator with your backend framework:
| Backend Framework | GitHub Repository | Demo Site |
|---|---|---|
| PHP | SurveyJS + PHP | Run Demo |
| ASP.NET Core | SurveyJS + .NET Core | Run Demo |
| NodeJS | SurveyJS + NodeJS SurveyJS + NodeJS + PostgreSQL SurveyJS + NodeJS + MongoDB |
Run Demo |
| Python | SurveyJS + Python | Run Demo |
We also created a plugin for WordPress. You can use it as is or modify it to integrate SurveyJS Form Library and Survey Creator into another CMS:
| Product Name | GitHub Repository | Plugin Site |
|---|---|---|
| WordPress | SurveyJS + WordPress | WordPress plugin |
The examples above show how to generate survey JSON schemas using Survey Creator and save them in a database. For a deeper integration, you can configure Survey Creator as a no-code editor for domain models. This setup allows survey authors to generate code for server-side domain models directly from the client-side Survey Creator, and vice versa: generate survey JSON schemas from existing domain models. Refer to the following help topic for more information on this use case: