-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example of content site that writes back to git database #33
Comments
What is the current "back end" running? Is it node or something more chrome specific? Cause there is a lot of good node modules for taking care of security. And it would be really nice if one could build a full fledged CMS system. |
In Tedit, the backend is just js code using the |
How should deployment of a app like this work? It will be different from the filter build process, right? |
It will be added to the build system when running as a web server (either local in tedit or published via node on a public site). The idea I have is to expose a websocket and/or REST API for calling the fs abstraction. https://github.com/creationix/tedit-app/blob/master/src/data/fs.js#L30-L87. This would need some way to bake in authentication for the publicly hosted version, though local tedit version doesn't need auth unless you open it to your local network. |
This would be good for implementing a wiki or something in tedit.
The text was updated successfully, but these errors were encountered: