Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Text Upload Server

A minimal Node.js server with a basic frontend that allows people to upload text through a single textbox.

Install

npm install

Run

npm start

Then open http://localhost:3000 in your browser.

Notes

  • The frontend is a plain HTML page with a textarea and submit button.
  • Submitted text is stored in server memory and visible at /submissions.
  • This setup is intentionally minimal for quick local testing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages