Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xc committed May 2, 2023
1 parent e0ce562 commit b305d50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@ See [https://github.com/dmeditor/templates](https://github.com/dmeditor/template


## SSR (Server side rendering)
### NodeJS
DM Editor can be used directly in server side rendering via eg. NextJs.

DM Editor can be used directly in server side rendering via eg. NextJs. For non-nodejs environment(eg. .NET), you can run [dmeditor-server](https://github.com/dmeditor/dmeditor-server) to output html&js&css.
### PHP/.NET/Java
You can use server side include to embed output of [dmeditor-server](https://github.com/dmeditor/dmeditor-server), which outputs html&css&js from DM Editor's json data.

0 comments on commit b305d50

Please sign in to comment.