Skip to content
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

Server Side PhP -> NodeJS #50

Open
alexmorley opened this issue May 10, 2018 · 2 comments
Open

Server Side PhP -> NodeJS #50

alexmorley opened this issue May 10, 2018 · 2 comments
Labels

Comments

@alexmorley
Copy link
Owner

The server side is quite simple at the moment. It basically just receives the code of conduct in HTML and coverts it into various formats by calling Pandoc.

It'd be nice to re-write this bit using Javascript. That should also mean we can remove the need for docker to run a test instance.

Here's a mini-roadmap:

  • creating an express.js app
  • moving the current folder structure to fit in with a standard express project
  • call something like child_process.spawn( $pandoc_command )
  • that's it?
@alexmorley
Copy link
Owner Author

@alexmorley
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant