/form-poster

Add a form as HTML and see what Node.JS Sees on the other side.

Primary LanguageJavaScript

Node Form Poster

Hosts HTML forms in public/forms, displays them as a link list when 127.0.0.1 is visited. Once the submit button is pushed, the object that is produced is posted in the console and the browser.

Instructions:

place html form documents in ->

/public/forms

In the opening form tag include ->

method="post" action="/form"