Home
Softono

Surveyjs Nodejs

Open source JavaScript
151
Stars
92
Forks
3
Issues
9
Watchers
4 months
Last Commit

 About Surveyjs Nodejs

This demo shows how to integrate SurveyJS components with a NodeJS backend.

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Surveyjs Nodejs?

We provide expert installation service for this software. Our team will install, configure, and secure Surveyjs Nodejs on your server. plans start at just $30.

Surveyjs Nodejs

View on GitHub

SurveyJS + NodeJS Demo Example

This demo shows how to integrate SurveyJS components with a NodeJS backend.

View Demo Online

Disclaimer

This demo must not be used as a real service as it doesn't cover such real-world survey service aspects as authentication, authorization, user management, access levels, and different security issues. These aspects are covered by backend-specific articles, forums, and documentation.

Run the Application

Install NodeJS on your machine. After that, run the following commands:

git clone https://github.com/surveyjs/surveyjs-nodejs.git
cd surveyjs-nodejs
npm i
npm start

Open http://localhost:3000 in your web browser.

Client-Side App

The client-side part is the surveyjs-react-client React application. The current project includes only the application's build artifacts. Refer to the surveyjs-react-client repo for full code and information about the application.