Welcome to the server-side repository for the Unreal Engine Image Upload Tutorial! This repository contains the server application designed to work in tandem with the Unreal Engine project, facilitating the uploading and processing of images sent from the Unreal Engine client using the VaRest plugin and a bit of C++.
This server is tailored to receive image data from the Unreal Engine client, process it, and perform any required server-side actions. It's a critical part of the tutorial that demonstrates a full end-to-end process of image handling in game development scenarios.
Image Reception: Capable of handling HTTP requests with image data from the Unreal Engine client. Data Processing: Includes logic for processing and storing received image data. Response Handling: Sends appropriate responses back to the client, confirming receipt and processing status.
Node.js --> https://nodejs.org/en
Clone the Repository: git clone https://github.com/jairo-picott/image-upload-server.git Install Dependencies: In backend folder npm install Run the Server: In backend folder npm run start
Your input makes this project better – contributions are warmly welcomed. Whether it's feature requests, bug reports, or code submissions, feel free to get involved!
Enjoy building and expanding your server-side skills in tandem with Unreal Engine development!